26.1.12.2. Whenever I Use the AppendChunk()
or GetChunk()
ADO Methods, I Get an Error Multiple-step operation generated errors. Check each status value
.
The GetChunk()
and
AppendChunk()
methods from ADO doesn't work
as expected when the cursor location is specified as
adUseServer. On the other hand, you can overcome this error by
using adUseClient.
A simple example can be found from,
https://www.dwam.net/iishelp/ado/docs/adomth02_4.htm