Monday, March 12, 2012

query output as XML

Hi

Can I have my query output returned as XML (FOR XML AUTO) in SQL Mobile ?

thanks
Bruce

no, not directly from SQL Mobile. you can fill a DataSet with your query results using the adapter or data reader and then convert the DataSet into XML....

-Darren

No comments:

Post a Comment