Re: [sqlite] Problem whit sqlite_prepare_v2() in 3.7.5 version andlater

2013-01-11 Thread Igor Tandetnik

On 1/11/2013 5:34 AM, a...@zator.com wrote:

Problem (partially) solved:

Using MS Windows 8; MS Visual Studio 2012 for desktop, and SQLite 3.7.15.1 I 
get consistently the following behavior for the application:

Running in Debug-mode, fails as reported in the OP.

Running in Release-mode (without debugging), fails as reported.

Starting the resulting executable as stand-alone -from the desktop or from the 
CLI-, run as expected without error.


Current working directory is different in these cases. I bet you are 
using relative paths in your statements. In which case it's a simple 
matter of SQLite using the right database file sometimes, but creating a 
blank new one other times.

--
Igor Tandetnik

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


Re: [sqlite] Problem whit sqlite_prepare_v2() in 3.7.5 version andlater

2013-01-11 Thread ajm

Problem (partially) solved:

Using MS Windows 8; MS Visual Studio 2012 for desktop, and SQLite 3.7.15.1 I 
get consistently the following behavior for the application:

Running in Debug-mode, fails as reported in the OP.

Running in Release-mode (without debugging), fails as reported.

Starting the resulting executable as stand-alone -from the desktop or from the 
CLI-, run as expected without error.

HTH to some one else.

--
Adolfo J.Millan
Zator Systems.


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