Karl Blessing
Programmer
2147217900
Syntax error in INSERT INTO statement.
Microsoft JET Database Engine
INSERT INTO UserLogon (UserName, Password, Email) values ('kbkby', 'kbkbk','kb@kb.com')
that above is the error I get when I check my Err object.
and the SQL string it tried to execute is also posted, the three sections in that table are all text types.
this is the table structure
UserName - Text
Password - Text
Email - Text
UserID - AutoNumber (also Primary Key)
UserStatus - Text
I type the above SQL String into the Query mode in Access, and it adds it just fine. But in ASP it says that Error, and I cant figure out, what it means by syntax error, since everything seems just perfect. Karl Blessing aka kb244{fastHACK}
Syntax error in INSERT INTO statement.
Microsoft JET Database Engine
INSERT INTO UserLogon (UserName, Password, Email) values ('kbkby', 'kbkbk','kb@kb.com')
that above is the error I get when I check my Err object.
and the SQL string it tried to execute is also posted, the three sections in that table are all text types.
this is the table structure
UserName - Text
Password - Text
Email - Text
UserID - AutoNumber (also Primary Key)
UserStatus - Text
I type the above SQL String into the Query mode in Access, and it adds it just fine. But in ASP it says that Error, and I cant figure out, what it means by syntax error, since everything seems just perfect. Karl Blessing aka kb244{fastHACK}