Page 1 of 1

Save and Load dataset to file

Posted: Fri 17 Aug 2007 14:51
by gpnunes
Hi, I'm looking for a dataset where I can save a dataset to file and after can load this file to another dataset.

I tested the trial version and I could export dataset to XML file, but I can't load this file again I couldn't a "loadfromfile" method or similar.

Can I do that with SDAC?

Regards
Gustavo

Posted: Mon 20 Aug 2007 06:56
by Antaeus
You should use the VirtualTable component to load data from xml files.

Save and Load dataset to file

Posted: Mon 20 Aug 2007 15:03
by gpnunes
Hi Antaeus,

Thank you I use the virtual table, and it works very well, Now i have another question.

Can I order the result set in Virtual table?
Thanks
Gustavo

Posted: Tue 21 Aug 2007 06:51
by Antaeus
You should use the IndexFieldNames property of TVirtualTable to perform sorting.