I have a file with delimiters ROW and Coloumn
~43434^^1^^here^^Somedescription
~11111^^2^^SOme^^testdescription
I want to insert this into a sql server 2000 table
ProdID varchar(7)
EMPIDvarchar(7)
ttext varchar(50)
description varchar(255)
I know how to open the file the problem is doing an array and reading in Row and coloum delimiter.
Can someone HELP PLZ
~43434^^1^^here^^Somedescription
~11111^^2^^SOme^^testdescription
I want to insert this into a sql server 2000 table
ProdID varchar(7)
EMPIDvarchar(7)
ttext varchar(50)
description varchar(255)
I know how to open the file the problem is doing an array and reading in Row and coloum delimiter.
Can someone HELP PLZ