I have three tables, with two data relations connecting them (Table 1 -> Table 2 <- Table 3).
I’ve been trying to use the command builder to generate the update, delete and insert commands as in this article but I cant seem to get this approach to work. Currently I get an error saying there is a problem with the syntax in the insert command. Also I’m using an Access database.
Is it possible to use the command builder for this or will I have to write the insert, update and delete commands myself?
The question is very vague. Without knowing what the Insert command looks like and what the exception message says, only this section from the MSDN article titled “Limitations of Automatic Command Generation Logic” is worth quoting: