On Sun, Dec 19, 2010 at 6:26 PM, Harald Friedrich <har...@ibfriedrich.com>wrote:

>
> Hello SQLite team,
>
> if an umlaut (German mutated vowel with two dots on top äöüÄÖÜß) is
> present in the database filename, the first access to the database after
> opening will result in an exception or a runtime error 216.
>

Are you passing in the filenames as UTF8 or as microsoft codepage-850?
SQLite is expecting UTF8.  If you are sending it codepage-850 text as the
filename, that would certainly explain the error.



>
> Using the user's AppDataPath unfortunately always includes the username.
> If this name has an umlaut, SQLite will not work:
>
> *C:\Users\Jürgen
> Möller\AppData\Roaming\ibf\TarV15\medium\Database\target3001.db*
>
> What can we do?
>
> Best regards
>
>
> Harald Friedrich
> __________________________________
> Ing.-Buero FRIEDRICH
> Harald Friedrich, Industrial Engineer
> Am Schwarzen Rain 1
> D-36124 Eichenzell, Germany
> Tel.: ++49 - 66 59 / 919 444
> Fax: ++49 - 66 59 / 919 445
> VAT ID DE112342909
> Tax 01881900337
> tar...@ibfriedrich.com
> www.ibfriedrich.com
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to