On 20 Jun 2012, at 4:53pm, Maury Markowitz <maury.markow...@gmail.com> wrote:

> On 2012-06-20, at 11:50 AM, Simon Slavin wrote:
>> SELECT sqlite_version()
>> PRAGMA database_list
> 
> Ahhh, thanks Simon, this is precisely the sort of thing I was looking for. 
> And the results are...
> 
>> SELECT sqlite_version()
> 
> 3.7.7
> 
>> PRAGMA database_list
> 
> <nothing comes back>

Well that looks like your library is loading, the connection with ODBC is 
working, but it isn't accessing your database file.  I agree with your other 
post.

It may not be finding your database in the folder where you think it's looking. 
 When you tell it which database to open try specifying the full path, from 
'C:\' onwards, just for testing purposes.

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

Reply via email to