hi there...
have a problem here and hopefully you guys here can help me with...
i'm reading a text file which is basically a fixed length data file to be put into a database.
the problem i face is that there are some records with NULL characters in it and it seems to dissappear whenever i transfer the whole line into a string...
eg: ABCD1234<NULL>XYZ - text file
what i get when use "Line Input #1, str" is ABCD1234XYZ
is there any way i can recognize the NULL character?
SQL DTS also has the same problem and i cant seem to find a solution for this...
thanx
regards,
Peter
have a problem here and hopefully you guys here can help me with...
i'm reading a text file which is basically a fixed length data file to be put into a database.
the problem i face is that there are some records with NULL characters in it and it seems to dissappear whenever i transfer the whole line into a string...
eg: ABCD1234<NULL>XYZ - text file
what i get when use "Line Input #1, str" is ABCD1234XYZ
is there any way i can recognize the NULL character?
SQL DTS also has the same problem and i cant seem to find a solution for this...
thanx
regards,
Peter