> #include "sqlite3.h"
>
> main(int argc, char **argv)
> {
> static sqlite3 *db;
>
> system("whoami");
> sqlite3_open("junk.dbs", &db);
> sqlite3_close(db);
> system("whoami");
> }
>
> Works fine on mine, Chris. FWIW I did use the full source tree (the
> .tar.gz file) for compilation and install of sqlite3.5.9
>
Hi Peter- Yes I'm running the code as you've put above and I used the full
source tree also. Its quite frustrating as to why I'm getting this strange
behaviour on my system. I accept that Sqlite may not be directly responsible
but the act of running it on my system is having an affect for some reason.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users