G
Guest
Hello all,
I have the following problem that I can't seem to solve.
I have a database with 6 different tables. when I update the tables I have
no problems expect with 1 table.
I get a "the instruction Insert contains a syntax error" (I translated this
to english cause I get the error message in dutch).
Using the debugger I can only find the following info
" cannot view the index property " (this not translated).
Most of my other tables have the same layout but they don't give me any
problems. I would like to know how I can find out more on this error.
Extra info:
I use Access database (mdb file)
- I use OleDbcommand, OleDbBuilder and the OleDbAdapter.
The table has no primary key but is linked to another table that has a
primary key.
I hope someone can give me some background info on insert commands and
errors related to these commands.
Bardo
I have the following problem that I can't seem to solve.
I have a database with 6 different tables. when I update the tables I have
no problems expect with 1 table.
I get a "the instruction Insert contains a syntax error" (I translated this
to english cause I get the error message in dutch).
Using the debugger I can only find the following info
" cannot view the index property " (this not translated).
Most of my other tables have the same layout but they don't give me any
problems. I would like to know how I can find out more on this error.
Extra info:
I use Access database (mdb file)
- I use OleDbcommand, OleDbBuilder and the OleDbAdapter.
The table has no primary key but is linked to another table that has a
primary key.
I hope someone can give me some background info on insert commands and
errors related to these commands.
Bardo