On 28 Set, 22:25, adsherpa <[EMAIL PROTECTED]> wrote:
> If anyone worked with Java Server Pages (jsp) with SQLite3, I would
> really appreciate if you can provide an example.

You can find plenty of examples using more widespread JDBC drivers
such as the MySQL one: the use is the same, only using SQLite JDBC
driver instead of MySQL's one.
I guess you can either load it directly in the JSP or load it together
with the application server, but in SQLite case the first is probably
better, as only one connection can have a write lock at a time.

    Lapo


--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to