Reading XML stored as Blob into Dataset

S

Spike

Hi all,
Ive been successful in trying to read a blob XML (XML
is stored as blob in database) into a Dataset. However the
process seems to be very slow. Ive used the following
method.

Fetch data into a DataTable
Read the blob column into a byte array
Write byte Array to String
Read the String into StringReader
Use DataSet.ReadXML to read from the StringReader

Can anyone give some better options to speed up the
process.

Thanks in Advance
Spike.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top