
Inserting a Delimited Text File into SQL Server
Quote:
> Is there any way in VC++, using which i can read and insert a delimited
> text file into a database assuming that the data in the demilited text
> file maps to the columns in the database table. Your input will be
> appreciated.
see if 'BULK INSERT' helps u.
Nilesh Dhakras