|
|
|
|
|
| | |
|
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Drop Down List |
From: |
WarnerJan Veldhuis |
Date: |
4/6/2000 5:32:32 AM |
IP: |
144.44.61.3 |
put the single quotes around manufacturer
<%
manufacturer = Request.Form("manufacturer")
strSQL = "select Manufacturer, PartNumber, ProductTagLine, EsiPrice, Msrp, qoh from webproducts where manufacturer = " & manufacturer & ""
Set objRS = objConn.Execute(strSQL)
Do while not objRS.eof
%>
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|