Hello.
I am working with VB2005 and Sql Server 2005, both express versions.
I have a simple table that contains four columns.
Table name is "mytable"
Column names are: "ssn","Last_Name","First_name", and "hire_date"
I would like to do a mass import of all my 600 employees into this table. I have a csv file that contains all of the data that I need, and nothing extra in the csv.
Also, should my csv file have column names, and if so, do they have to match the db column names.
Thanks in advance.
I am working with VB2005 and Sql Server 2005, both express versions.
I have a simple table that contains four columns.
Table name is "mytable"
Column names are: "ssn","Last_Name","First_name", and "hire_date"
I would like to do a mass import of all my 600 employees into this table. I have a csv file that contains all of the data that I need, and nothing extra in the csv.
Also, should my csv file have column names, and if so, do they have to match the db column names.
Thanks in advance.