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").
> Hi,
> I've a requirement to load the data froma csv file to sql server table
[quoted text clipped - 6 lines]
> dataset
> record by record and update into the db..is there any other alternative?
AVL - 12 Feb 2008 11:47 GMT
Yes, I need to validate data before uploading
> Do you need to run any rules on the data BEFORE insert?
>
[quoted text clipped - 11 lines]
> > dataset
> > record by record and update into the db..is there any other alternative?