View Single Post
  #1 (permalink)  
Old November 13th, 2004, 06:44 AM
chinedu chinedu is offline
Authorized User
Points: 50, Level: 1
Points: 50, Level: 1 Points: 50, Level: 1 Points: 50, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Oct 2004
Location: , , .
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default [Microsoft][ODBC Microsoft Access Driver] Syntax e

RE: [Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement.

Hi, i am new to access dbase. my problem is that i get the above error in the following code
objrs.addnew
objrs("username")=strusername
objrs("date")=date
objrs("time")=time
objrs.update

I have seen microsoft documentation that says this could be a bug, but on another page in my asp application, i have used this exact code sequence to update another table and this error did not occur.
please advice

__________________
Everything takes longer than you expect!
Reply With Quote