R
Rick
VB.Net 2005
I have a Firebird DB query that returns an XML file in its rows.
I want to execute this query and write the results (rows) to a file.
I am using DataTables and TableAdapters.
How can I get from the TableAdapter.GetBy method (via a stream?) and write
the results to a file?
Any suggestions?
Rick
I have a Firebird DB query that returns an XML file in its rows.
I want to execute this query and write the results (rows) to a file.
I am using DataTables and TableAdapters.
How can I get from the TableAdapter.GetBy method (via a stream?) and write
the results to a file?
Any suggestions?
Rick