Hi Simon, Thank you for your quick reply. I tried placing the same file in other location, where the file path contains only 'english', it worked fine.
-Sireesha -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Simon Slavin Sent: Wednesday, November 09, 2011 3:43 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] sqlite3_open() failed with file name contains japanese characters 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 DISCLAIMER ========== This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

