No such interface expected error - need help

vbcheerful

New member
Joined
Apr 8, 2008
Messages
1
Programming Experience
5-10
All I am trying to do is to get xml out of a dataset containing 10000+ rows and 87 columns. The dataset has all the data. But if I call Dataset.GetXml, it returns nothing. Sometimes it says "outofmemory exception" though I have plenty Ram (2 Gigs!).

When I try to debug and run the following statement in the immediate window.

strXml=ds.GetXml

It says No such interface supported.

Its oracle database i am connecting to, using odbc adapter in vb.net 2.0 in VS2005.

The above statement is working till 1871 rows, after which it says No such interface supported in immediate window.:confused: Not sure why it says this.
 
Back
Top