J
Jules
Everyone,
I have to be able to retrieve data from ADODB RecordSet, but without
referencing the ADODB interop. I do get a RecordSet object, but when I
try to use a DataAdapter to populate a Dataset:
myDataAdapter.Fill(myDataSet, myRecordSetObject, "MyTableName");
I get the exception:
Row handles must be released before new ones can be created.
Any simple ideas how I can do this? It woudl only be a few records, in
read-only access.
Many thanks,
Jules
I have to be able to retrieve data from ADODB RecordSet, but without
referencing the ADODB interop. I do get a RecordSet object, but when I
try to use a DataAdapter to populate a Dataset:
myDataAdapter.Fill(myDataSet, myRecordSetObject, "MyTableName");
I get the exception:
Row handles must be released before new ones can be created.
Any simple ideas how I can do this? It woudl only be a few records, in
read-only access.
Many thanks,
Jules