Need code to retrieve data from database

S

SoniaC

I have a database with a table with "ID", "Part#", "On Hand Qty", "Part
Description", "Part Picture", "Weigth" and "Price" columns.

I created a Page with some of the table columns "Part#", "Part Description",
"Weigth" and "Price".

What I need to add in athat page a column with a [button1] that I can click
and go to another page with the Picture, and the rest of the information and
another [button2] that retrieve this same information to send somewhere
else.

I have the following instruction:
Create a select statement:
SELECT *
FROM YourTable
WHERE ID = vID

and then the code for the button.

But Don't know the rest of the page or where to put that code. I am not a
programer it is obvious, no? ;-)

Any help will be appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top