loading data from file to db

A

AVL

Hi,
I've a requirement to load the data froma csv file to sql server table
programaticlly..
I'm working with .net 1.1..so i can't use sqlbulkcopy concept..

which is the best approach to load the daat wrt performance...

as of now, i'm planning to populate into a dataset and loop through the
dataset
record by record and update into the db..is there any other alternative?
 
S

sloan

Do you need to run any rules on the data BEFORE insert?

Or is it a "dumb" insert? (Copy no matter what, the source data is
"perfect").
 
A

AVL

Yes, I need to validate data before uploading

sloan said:
Do you need to run any rules on the data BEFORE insert?

Or is it a "dumb" insert? (Copy no matter what, the source data is
"perfect").
 

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