L
.Len B
I have to import data from an ASCII text file and
use INSERT INTO ... to create records in an existing
table.
There are a couple of fields with dates in the form
Mar 05,10
I know that I can set the 9 characters into a string and
manipulate the string using format(... to massage the data
into a form suitable for the SQL string using #s.
I was just wondering if that technique is the most efficient
or is there a better approach?
use INSERT INTO ... to create records in an existing
table.
There are a couple of fields with dates in the form
Mar 05,10
I know that I can set the 9 characters into a string and
manipulate the string using format(... to massage the data
into a form suitable for the SQL string using #s.
I was just wondering if that technique is the most efficient
or is there a better approach?