Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with saving to the database #1

Open
afvalzak opened this issue Jun 3, 2010 · 0 comments
Open

Problem with saving to the database #1

afvalzak opened this issue Jun 3, 2010 · 0 comments

Comments

@afvalzak
Copy link

afvalzak commented Jun 3, 2010

I have the following setup:
1 JAVA Program using your SQLite driver, this communicates with two databases.
One is the settings database(settings.sqlite) the other is the work database.
In the work database I can add rows/update/delete without problems.
When using the settings database I can do the same, but whenever I restart my application all settings are lost.

When I try to use 'autocommit' (before the execute it is set to false and afterwards it is set to true I get the following error:
java.sql.SQLException: SQL logic error or missing database

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant