T
T Cordon
Im updating a remote Access database using a Web Service.
First I drop all the records in the table and then I insert the records in
the DataSet received by the webservice.
Most of the tables update ok but some give me this error. The
databases/tables have exactly the same structure.
-2147217900 Syntax error in INSERT INTO statementet.
This insert statement is being generated by a OleDBCommandBuilder,
Please need Help
Thanks
First I drop all the records in the table and then I insert the records in
the DataSet received by the webservice.
Most of the tables update ok but some give me this error. The
databases/tables have exactly the same structure.
-2147217900 Syntax error in INSERT INTO statementet.
This insert statement is being generated by a OleDBCommandBuilder,
Please need Help
Thanks