I am using a third-party database program to pull information on 211,000+ part numbers.
I enter the part numbers into a data file(copy fieldname SDF), and run the batch form of the program. It then generates a comma delimited text file and I append the delimited file to a Foxpro table.
This program, in it's many different variations, has worked
fine for me for 6 years.
Today, after installing this months version, it is coming up with weird data. Some of the records have a chr(16) inserted at the beginning of the noun field. A little research showed that chr(16) is a Data Line Escape.
This only happens to about half the records.
Can anyone tell me where this character might be coming from or an example of what it might be used for?
I am pretty sure the third-party software is an Oracle database with a VB front end.
Pat
I enter the part numbers into a data file(copy fieldname SDF), and run the batch form of the program. It then generates a comma delimited text file and I append the delimited file to a Foxpro table.
This program, in it's many different variations, has worked
fine for me for 6 years.
Today, after installing this months version, it is coming up with weird data. Some of the records have a chr(16) inserted at the beginning of the noun field. A little research showed that chr(16) is a Data Line Escape.
This only happens to about half the records.
Can anyone tell me where this character might be coming from or an example of what it might be used for?
I am pretty sure the third-party software is an Oracle database with a VB front end.
Pat