Hi,

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.


1.       I first tried converting my file to multibyte char (using 
WideCharToMultiByte()) and passed it to sqlite3_open. I got error 1 -> 
SQLITE_ERROR - SQL error or missing database

2.       Then I tried using sqlite3_open16(), still no luck - I am getting  
SQLITE_CANTOPEN error -> Unable to open the database file

Somewhere on internet, I read that, I should include icu support from : 
http://icu-project.org/home.php

Can anyone help me regarding this?
And if icu is required, can anyone send me how can I compile on Windows 
platform? ( I use VS2005).

Thank you in advance.

Regards,
Sireesha J

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
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to