Out-of-process recordset
That is bydesign. You cannot marshal objects across process boundaries
byref. They can only be passed byval.
Correct. That is the only way this can be done.
No. One would have to pass the changed data back to the server, which would
process it and make the changes to its own data store.
You pass the changed, disconnected recordset back to the server, which
reconnects it to the data source and uses UpdateBatch to process its
changes.
Bob Barrows.
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
|