|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components 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
|
|
|
|
|
|
|
|
|
|
|
|