Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Data Retrieval

Status
Not open for further replies.

JrClown

Technical User
Oct 18, 2000
393
US

Hello again all.
I have a access table with the following fields
Products, price, ordered, remain

Being new to ASP's and I can't find the proper syntax to make my page search the database properly and display it on a different page. My question is, what's the syntax to display data from the database not to display it from the input form as the following example:

********************************************************
<table border=&quot;0&quot; width=&quot;377&quot;>
<tr>
<td width=&quot;139&quot; align=&quot;right&quot;><font face=&quot;Verdana, Arial, Helvetica&quot;><u><b>Name:</b></u></center>
<td width=&quot;222&quot; align=&quot;right&quot;><font face=&quot;Verdana, Arial, Helvetica&quot;><b>
<p align=&quot;left&quot;><%=request.form(&quot;name&quot;)%></b></font></td>
</tr>
</table><font face=&quot;Verdana, Arial, Helvetica&quot;>
********************************************************

I can do everything else, but not displaying from database.
Can please someone tell me what my syntax would look like to do this right?
I'm desperate. Thank you very very much guys. QUOTE OF THE DAY
Everyone you meet knows something you don't know. Be willing to learn from them.

Jr_Clown :eek:)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top