Second try. Insert data from Dataset in to Database

  • Thread starter Thread starter Ruslan Shlain
  • Start date Start date
R

Ruslan Shlain

I have looked high and low and i cant get anything to work.
I have a dataset that i fill with data from text file.
I need to populate my SQL Server 2000 database with data in that dataset.
Dataset has close to 3000 records and may have as many as 70 + columns.
I am looking for an exemple of some sort. PLEASE HELP
 
Ruslan Shlain said:
I have looked high and low and i cant get anything to work.
I have a dataset that i fill with data from text file.
I need to populate my SQL Server 2000 database with data in that
dataset. Dataset has close to 3000 records and may have as many as 70
+ columns. I am looking for an exemple of some sort. PLEASE HELP

See Herfried's answer in your previous thread.
 
Back
Top