Hello,
I'm working with SQLite and I tried standard driver "sqlite-jdbc" for java application.
When try to work with GWT Application there are problems.
How to work correctly with SQLite ?
I saw that Gears Project isn't good way because the main street now is HTML5.
I tried to use driver "gwt-jdbc-html5" but without success...
What to do? I want to use SQLite in normal web site. Not mobile application.
Many thanks in advance