On 9 Nov 2011, at 9:55am, Sireesha Jakku wrote: > I am using sqlite3 dll in my application. > While testing on Japanese OS (win-XP), I am getting problem in reading from > the sqlite file. > > My filename is something like this: “C:\サーガル\test.sqlite”. When I am passing > this to sqlite3_open(), it is failing.
I am not certain that the Japanese characters are what's causing your problem. Please make yourself a folder, just for testing, with only Roman characters in the name. Then try the same thing with that. Perhaps you might like to try C:\test\test.sqlite Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

