Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to use same code page in all clients
Message
De
27/07/2006 12:37:59
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
How to use same code page in all clients
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01140773
Message ID:
01140773
Vues:
56
My VFP client applications inserts accented characters to PostgreSQL
tables. Database encoding is UTF-8.

This application will run in computers which has different code pages.

In this case, same command inserts different unicode character to database in different computers.
INSERT INTO myremotetable values ('ä')
command results depends on the computer where this command is executed. Values inserted in different computers are different.

VFP uses OS current code page for converting VFP data to unicode for ODBC driver.

How to force VFP to use same code page in client computers which have different OS code pages ?
Andrus
Répondre
Fil
Voir

Click here to load this message in the networking platform