Trouble recreating ADO recordset from XML
- From: muybluie@xxxxxxxxxxx
- Date: Mon, 01 Oct 2021 07:41:57 -0700
Hello All,
I have two modules running on two different processes; they use COM to
communicate.
One module retrieves recordsets from an Oracle datasource, persists
them into an XML stream, and then sends them to the second module.
the second module then takes the stream and converts it back to a
recordset.
While this works on most machines, one set of machines is having
trouble with this. Although Open returns S_OK, any attempts to access
the recordset throw exceptions. The recordset does not seem to be
NULL.
Any ideas on what's going on?
Thanks,
Ergo
.
- Follow-Ups:
- Re: Trouble recreating ADO recordset from XML
- From: Ralph
- Re: Trouble recreating ADO recordset from XML
- Next by Date: Re: Trouble recreating ADO recordset from XML
- Next by thread: Re: Trouble recreating ADO recordset from XML
- Index(es):
Relevant Pages
|