J
John
I have a MS Access 2000 database table which has a large number fields. I am
using the OleDbCommandBuilder to generate the SQL update command. The
problem I now have is that the auto generated update Command is too large
and fails with the following error "Query is too complex".
The problem is caused because the OleDbCommandBuilder uses Optimistic
Concurrency and this generates a long SQL update command which checks if the
record on the database has been modified.
Is there any quick way to remove the concurrency checks as I don't need to
do this?
Thanks
using the OleDbCommandBuilder to generate the SQL update command. The
problem I now have is that the auto generated update Command is too large
and fails with the following error "Query is too complex".
The problem is caused because the OleDbCommandBuilder uses Optimistic
Concurrency and this generates a long SQL update command which checks if the
record on the database has been modified.
Is there any quick way to remove the concurrency checks as I don't need to
do this?
Thanks