On Wed, 13 Mar 2013 13:45:55 +0200
Ercan Özdemir <[email protected]> wrote:

> I have some applications in Windows 8 store using SQLite as database.
> I discovered that if there are any non-English character in logged on
> username, SQLite couldn't open datase file.

What encoding is used for these names, and how is the table defined? 
I don't see how mis-encoded data could prevent the database from being
opened, but your out-of-ascii experience suggests that possibility.  

--jkl



_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to