Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How To Read High Ascii Character In Sqlite
Message
 
 
À
01/01/2011 09:01:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows XP
Application:
Desktop
Divers
Thread ID:
01494279
Message ID:
01494289
Vues:
75
Try STRCONV(,10)

>Database used is SQLITE3
>
>connection string is
>"DRIVER=SQLite3 ODBC Driver;Database=simpleac.db;StepAPI=0;SyncPragma=FULL;NoTXN=0;Timeout=;ShortNames=1;LongNames=0;NoCreat=0;NoWCHAR=1;JournalMode=;LoadExt=;"
>
>If I directly insert with character string which contain ascii character value above 128 and try to retrieve them they are not stored as they were sent.
>
>But if I create an remote view then they are stored as entered.
>
>SQLite3 stores text in UTF8.
>
>What is the difference between the insert/update sent by me and that of view.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform