Import XML data into Sybase table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

I am trying to write a c# app to import XML data file into sybase table.
Please suggest me some example or sample app or any website.

Thanks a lot,
 
Hi All,

I figured out, I think.
I use readxml into a dataset and I have created insert and update commands.
On dataadapter I call update function. I will let you when I complete this.

Please let me know if there is another good way of doing this.

Thanks,
-RajS
 
Back
Top