ADO Losing Changes with GetChunk/AppendChunk
Database
1
Posts
1
Posters
0
Views
1
Watching
-
I have a table with two BLOB fields... If I read one blob (using GetChunk), modify, then write back (using AppendChunk), then read the other blob, modify, and then write this back, the changes made to the first blob are lost during the Update... This can be fixed by reading the two fields and then writing them... Is this a known bug in ADO/Jet??? (this is running on Win2K, Access Database, Jet4SP6) Blade[DMS]