[thelist] ASP help needed

Feingold Josh S Josh.S.Feingold at irs.gov
Fri Nov 22 12:06:01 CST 2002


--
[ Picked text/plain from multipart/alternative ]


> sqlstr = " select varietalname from winefact where estate = " &
request.querystring("producer")

Well I am coming in late to this party, but I would if producer is a text
value then it will need to be put in quotes.

sqlstr = ... where estate = '" & request.querystring("producer") & "'"

Josh
http://www.efeingold.com



More information about the thelist mailing list