Problem with InsertId on 3.5.0.13

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
CarstenHarnisch
Posts: 3
Joined: Wed 17 May 2006 08:24

Problem with InsertId on 3.5.0.13

Post by CarstenHarnisch » Tue 10 Oct 2006 14:20

After upgrading to 3.5.0.13 we encountered the problem that the InsertId of command is not populated anymore till we manually set UpdateBatchSize on all DataAdapters !

Could you please confirm this as a bug or provide any work-a-round ?

Carsten

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Tue 10 Oct 2006 14:47

We can't reproduce the problem. Please send us small test project to reproduce the problem; it is desirable to use 'test' schema objects, otherwise include definition of your own database objects. Use e-mail address provided in the Readme file.

Post Reply