hey thanks!!!!!!!!!!!!!!!!!!!
One possibility might be to use a SCHEMA.INI file with the file
specification including character set. This is documented very sketchily
in Help and somewhat better in the following links:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/o dbcjetschema_ini_file.asp
Create a Schema.ini file based on an existing table in your database:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;155512
http://support.microsoft.com/default.aspx?scid=kb;EN-US;149090
http://www.devx.com/tips/Tip/12566
Otherwise, if you email me a textfile that exhibits the problem I can
examine it for unusual features. Just remove the reversed spam trap from
my address.
NO I'M NOT USING FAR EASTERN oops
characters.
I am getting those tiny boxes and strange characters.
Umm. I don't understand exactly what "have a unicode character in there
somewhere" means. Typically there are two ways for a program to
identify
a textfile as Unicode (apart from being told by the user):
1) A byte order mark at the beginning of the file (e.g. if the first
two
bytes are FE FF the file should be interpreted as little-endian UTF-16,
if the first three bytes are EF BB BF it should be interpreted as
UTF-8).
2) Analysing the contents of the file to see if they look more like
Unicode than some other encoding.