How to connect a dataset to a Database

Sai
Light Poster
14Dec2006,08:54   #1
Sai's Avatar
Hi, Can any one help me regarding on this:

I need to connect a dataset to a database.How can I achieve this?
Team Leader
15Dec2006,10:06   #2
pradeep's Avatar
You mean to say that you would like to insert some data into a database, right??
You need to specify what language you want to use, what is your target database system?
Sai
Light Poster
15Dec2006,11:08   #3
Sai's Avatar
Hi Pradeep,

I am working in C#.I am having 5 tables in my dataset.I have put the information in dataset using SqlAdapter.Now I want to connect this dataset to database.
How can I do this?