How to transfer CSV content to MS SQL Table - TechRepublic
Question
April 21, 2009 at 10:45 PM
jeffreyalejo

How to transfer CSV content to MS SQL Table

by jeffreyalejo . Updated 16 years, 8 months ago

How can I transfer the contents of a CSV file to MS SQL Table?

I have made a connection string but I don’t know how to proceed..

Dim xConnStr As String = “Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\;Extended Properties=”txt;HDR=Yes;FMT=Delimited”;”

This discussion is locked

All Comments