Having problem with inserting a numeric value returned from a URL:
Here is the relevent part of the SQL statement:
Probably some simple syntax error in the middle line of the SQL statement. Anyone help out?
Code:
dim recordNo
recordNo = Request.QueryString("record")
Here is the relevent part of the SQL statement:
Code:
"FROM listing, country, kind, condition "&_
"WHERE listing.listing_ID = recordNo "&_
"AND country.country_ID = listing.country_ID "&_
Probably some simple syntax error in the middle line of the SQL statement. Anyone help out?