On 28/03/2008, Chevi <[EMAIL PROTECTED]> wrote:
>  Hi, good day. I'm starting to use sqlite, and I'm using netbeans 6 to
>  develop it.  I created a single table, and I put it into a folder
>  inside my src folder, like you do usually with images that you want to
>  add.  My specific question, is what fileName you should put, so you
>  can make the conection, and in case it's possible, can you 'put' the
>  *.db file into de jar?

I don't think this is possible without modifying the driver. For
starters, it would only work with the pure driver. Even so, you would
have to intercept SQLite's open() call in NestedVM and pass it a
stream pulled from the jar file. Possible, but not trivial.

d.

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

Reply via email to