We have an application running on Windows NT written with Labwindows CVI, which uses SQL-toolkit 2.05 and the "CVI SQL 2.0 dBaseFile" ODBC drivers to access a Dbase style database. We need to make that application run on Windows XP. On XP we are using SQL toolkit 2.0.6 and the Microsoft ODBC drivers for dBase.
Now there is an error when accessing textfields in an existing database. At least the "Paragraf sign" '§' (0xa7 in hexadecimal view) is garbled.
It becomes 0xba ( sorry, couldn't include that character in the message, it seems to be the same character that is in the NI System charset at position 0x7a).
Is there a workaround/fix for that problem ?