i have a column that is varchar(100) iso_1.
it is having trouble to accept a column from a flat file. i was thinking of using data conversion to change the destination data type before it is making to the column in the table as a OLEDB dest.
After trying using most of the datatype in the data conversion, it is still giving me the same error.
what's wrong and how to import it?
is there a tutorial of a fool proof way to import flat file?
thanks.