I am experimenting with using a cursor adapter to update a SQL 2000 image field. I used the builder to create an adapter in a test form and basically took the default values. Its attaching using ADO. The update back to the server works fine as long as the image/general field is null. However when I do an append general and the try to update back to the server I get the following error.
Microsoft Cursor Engine : Multiple-step operation generated errors. Check each status value.
Which is not very enlightening, since at the moment I can't figure out where to check the status values.
I have tried tracing what it is doing through the sql profiler but it appears that the update is not even getting that far, since nothing is relating to this is showing up un the profiler.
Microsoft Cursor Engine : Multiple-step operation generated errors. Check each status value.
Which is not very enlightening, since at the moment I can't figure out where to check the status values.
I have tried tracing what it is doing through the sql profiler but it appears that the update is not even getting that far, since nothing is relating to this is showing up un the profiler.