A
Ana Lindt
Hello,
I recently posted a message about this but the mentioned solutions didn't
help much. My problem is that i'm getting a syntax error upon calling the
dataAdapter.Update() method (OleDb/Jet, C#).
The SQL query in the dataAdapter.InsertCommand property seems OK, if I
copy/paste it to Access query designer and replace the parameters manualy it
executes successfuly.
In order to solve this problem I would need to see what's the *exact query*
that is being executed against the database.
I've been looking for a way to get that query but the only thing that I can
find is the error message "Syntax error...".
The OleDbException object does have a reference to the error but just the
message aswell, not the actual sql query that caused the error.
Thanks in advance for any help,
Ana L.
I recently posted a message about this but the mentioned solutions didn't
help much. My problem is that i'm getting a syntax error upon calling the
dataAdapter.Update() method (OleDb/Jet, C#).
The SQL query in the dataAdapter.InsertCommand property seems OK, if I
copy/paste it to Access query designer and replace the parameters manualy it
executes successfuly.
In order to solve this problem I would need to see what's the *exact query*
that is being executed against the database.
I've been looking for a way to get that query but the only thing that I can
find is the error message "Syntax error...".
The OleDbException object does have a reference to the error but just the
message aswell, not the actual sql query that caused the error.
Thanks in advance for any help,
Ana L.