Consultor Eletrônico



Kbase P85549: Is it possible to load a UTF-8 .ado file into a Russian (single byte) database?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   01/07/2004
Status: Unverified

GOAL:

Is it possible to load a UTF-8 .ado file into a Russian (single byte) database?

GOAL:

What happens to extended characters when loading a UTF-8 dynamics .ado file into a single byte code page database?

FACT(s) (Environment):

Dynamics

FIX:

In dynamics you can load a UTF-8 .ado file into a single byte code page database.

Ideally, if the .ado file contains only English Ascii text then there should not be a problem. However, if there is extended characters in the .ado file then these cannot be converted and will result in a '?' mark for the invalid characters.

One other point that may be useful is that the Dynamics ADO API uses the DOM parser and not the SAX parser.