Kbase P125271: ERROR[HY000][DataDirect][ODBC OPENEDGE driver][OPENEDGE]-11100
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/3/2007 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.0A
Windows
SYMPTOM(s):
ERROR[HY000][DataDirect][ODBC OPENEDGE driver][OPENEDGE]-11100
There is no problem to access the database using sqlexp
ODBC works fine with the sports2000 database
CAUSE:
Database is encoded using iso8859-1 but Windows codepage settings don't support this codepage.
The ODBC driver uses the Windows codepage settings.
FIX:
Convert the database to the undefined codepage:
proutil <dbname> -C convchar convert undefined
or change the Windows codepage settings accordingly.