how to load different xaml file into sql tables using c#.net data table and bulk insert logic
plz help
Thank in advance..
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sharon WhitePosted Nov 21, 2012, 1:35 AM
You mean you want to export data from .XML file to SQL Datatable or export data from Datatable to .XML?
If the former, you can use this free DataExport component.