DataSet to SQL Server Table ...

G

Guest

Hi all

Can somebody tell me a easy way for the following:
- I have a DataSet in C# (with one table)
- I have SQL Server (2000 or 2005)
Now I would like to store the data in the DataSet into a SQL Server
Table. I need to do this in C# and not in IS.
Also this question: Is there a possibility to map the fields?
For example: DataSet Field X1 goes to SQL Table Field X2 ...

Would be very happy for any comments,
thanks in advance.

Best regards
Frank Uray
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top