2016-05-05 18:15 GMT+02:00 Cecil Westerhof <cldwesterhof at gmail.com>:

>
> I know how to get the version of the running version of SQLite, but is
> there a way to get the version with which the database was created?
>

?With the command line program I can get it with:
    .dbinfo
one of the things it gives is:
    software version:    3008010
so it is 3.8.10,but would it also be possible to get in my Java program?

-- 
Cecil Westerhof

Reply via email to