.csv file to dataset

  • Thread starter Thread starter jack
  • Start date Start date
J

jack

Hi all,
Im thinking a way ahead.
can any one help tell me whether it is possible to convery a cvs
file into dataset and then save into the database directly..

Thank for replying me...
 
Hi all,
Im thinking a way ahead.
can any one help tell me whether it is possible to convery a cvs
file into dataset and then save into the database directly..

Yes, you can use Microsoft's Text Driver to query a text file into a
Dataset.

Otherwise, you can just manually build a Dataset (i.e. loop through the
CSV0
 

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

Similar Threads

DataSet x Cookie 2
Excel Excel CSV file 6
How to Keep Excel Sheet Formatting On a CSV Sheet with vba 1
create csv and zip file from dataset 1
CSV Import 5
Import CSV 1
read csv 9
create csv file in asp.net 4

Back
Top