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.

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

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

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

Reply via email to