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!

inserting variables into access2000 db

Status
Not open for further replies.

sq000

Technical User
Jul 15, 2001
3
GB
ive been trying to get variables into a database

"INSERT INTO tblStats (Recorded, RemoteAddress, HttpReferer,
HttpUserAgent, WebPage) VALUES ('" & Request("date") & "', '" &
Request("REMOTE_ADDR") & "', '" & Request("HTTP_REFERER") & "', '" &
Request("HTTP_USER_AGENT") & "', '" & Request("URL") & "') ";

i have tried variations without sucess, if anyone can help i would be
very greatful
 
I suggest stripping out most of the variables and starting with one pair.

See if it works. If so, add another.

Eventually you will find which one is breaking it and be able to work out why. Steve Davis
hey.you@hahaha.com.au
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top