tschallacka / sqlite4java

Automatically exported from code.google.com/p/sqlite4java
0 stars 0 forks source link

Getting Started example uses db.close() method, but close() does not exist in class SQLiteConnection #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have downloaded sqlite4java to my Windows machine to try it out.

The getting Started example uses db.close() method, but close() does not exist 
in class SQLiteConnection.

I wish to close the database and write it out to disk as an sqlite file.
How should I do that?

Regards, Mal.

Original issue reported on code.google.com by malcolm....@gmail.com on 30 Jul 2010 at 4:17

GoogleCodeExporter commented 9 years ago
Thanks - will fix the example. You should use db.dispose()

Original comment by ser...@gmail.com on 30 Jul 2010 at 7:22

GoogleCodeExporter commented 9 years ago

Original comment by ser...@gmail.com on 20 Aug 2010 at 11:30