Updating dataadapter error
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hey everyone, I have a problem. I have a windows form that has bound textboxes. When I try to add a new record to the database, I can add the new record to the dataset, but when I try to update the dataadapter based on the dataset, I get this error: System.Data.OleDb.OleDbException: Syntax error in INSERT INTO statement. Does anyone happen to know what might be causing this I've checked the syntax of the insertcommand, but everything seems to be correct in the statement? I've checcked the insert statement based on other forms and it looks correct, but it still won't update. If someone could help me I'd appreciate it very much.