On 5 Apr 2013, at 1:54pm, Rob Collie <[email protected]> wrote: > CALL EXECUTESQL('dbTest'//CHAR(0), cQuery, iReturnValue) > ...runs the following code, and yet the error returned is 'SQL Logic error > or missing database'. No file is ever created. Is there something dumb I'm > missing here?
Try specifying a full path instead of just a filename. There's a good change that the default directory is not where you think it is. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

