XGhosT Posted March 13, 2008 Posted March 13, 2008 Good afternoon! Can i change NLS (National Language Set) in SQLite 3, that included in AutoIt ? I have some problem: 1. I create database and insert some strings in russian charset via SQLite database browser and save it. 2. Next, i try to read strings from database via AutoIt sript - and i see nonsense! Of course, i try to insert strings via native tool SQLite3.exe - and i give same result - i can't see same string as i insert into SQLite in native language :-( P.S. In English all is ok
PsaltyDS Posted March 13, 2008 Posted March 13, 2008 Good afternoon!Can i change NLS (National Language Set) in SQLite 3, that included in AutoIt ?I have some problem:1. I create database and insert some strings in russian charset via SQLite database browser and save it.2. Next, i try to read strings from database via AutoIt sript - and i see nonsense!Of course, i try to insert strings via native tool SQLite3.exe - and i give same result - i can't see same string as i insert into SQLite in native language :-(P.S. In English all is okIs the NLS in the DLL used? If so, you could just specify an alternate SQLite3.DLL in _SQLite_Startup() with the proper language. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now