Hi Teg,

UTF-8, no special characters in the file name WorkData.s3db.

Thanks,

Joe 

Joe Burnett | Principal Software Engineer | FIDELITY INSTITUTIONAL
TECHNOLOGY
2 Contra Way
Merrimack, NH 03054
603.791.5113
cell: 603.289.0481


-----Original Message-----
From: sqlite-users-boun...@sqlite.org
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Teg
Sent: Tuesday, April 06, 2010 4:51 PM
To: General Discussion of SQLite Database
Subject: Re: [sqlite] SQLite on Windows 2003

Hello Joe,

UTF8? What's the filename? If it has any accent characters, you need
to convert the filename to UTF8 before you pass the filename to the
SQLite. At least in C++ you do.

C

Tuesday, April 6, 2010, 4:03:24 PM, you wrote:

BJ> Hi Simon,

BJ> Yes, I was able to open the DB file using the command line tool.
BJ> I am unable to do so programmatically using C# .NET 2008.

BJ> Thanks,

BJ> Joe 

BJ> Joe Burnett | Principal Software Engineer | FIDELITY INSTITUTIONAL
BJ> TECHNOLOGY
BJ> 2 Contra Way
BJ> Merrimack, NH 03054
BJ> 603.791.5113
BJ> cell: 603.289.0481


BJ> -----Original Message-----
BJ> From: sqlite-users-boun...@sqlite.org
BJ> [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Simon Slavin
BJ> Sent: Tuesday, April 06, 2010 3:33 PM
BJ> To: General Discussion of SQLite Database
BJ> Subject: Re: [sqlite] SQLite on Windows 2003


BJ> On 6 Apr 2010, at 8:30pm, Burnett, Joe wrote:

>> I have a SQLite application running just fine on Windows XP SP3. I am
>> attempting to move the application to Windows 2003
>> Enterprise Edition. However, the connection open method returns null.
>> The connection string is good. The database file is there.
>> I have the appropriate permissions on the file. The event viewer is
no
>> help.

BJ> Are you using the sqlite3_ library calls in a C program you've
written,
BJ> or are you using some sort of 3rd Party framework or library ?

BJ> If you try to open the same database using the sqlite3 command-line
BJ> tool, does it work ?

BJ> Simon.
BJ> _______________________________________________
BJ> sqlite-users mailing list
BJ> sqlite-users@sqlite.org
BJ> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

BJ> _______________________________________________
BJ> sqlite-users mailing list
BJ> sqlite-users@sqlite.org
BJ> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users



-- 
Best regards,
 Teg                            mailto:t...@djii.com

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

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

Reply via email to