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

Issue #10 closed
Former user created an issue

Originally reported on Google Code with ID 10 ``` 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.

```

Reported by `malcolm.gorman` on 2010-07-30 04:17:11

Comments (2)

  1. Igor Sereda

    ``` Thanks - will fix the example. You should use db.dispose() ```

    Reported by `sereda` on 2010-07-30 07:22:33 - Status changed: `Accepted`

  2. Log in to comment