Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How To Read High Ascii Character In Sqlite
Message
From
01/01/2011 09:01:22
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
How To Read High Ascii Character In Sqlite
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows XP
Application:
Desktop
Miscellaneous
Thread ID:
01494279
Message ID:
01494279
Views:
132
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.

-----------------------------------
Rajesh Halyal
Next
Reply
Map
View

Click here to load this message in the networking platform