On 05/07/07, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> help me.
> I should want use pure java(WinXp system), so i Write:
>
> Class.forName("org.sqlite.JDBC");
> Connection conn = DriverManager.getConnection("jdbc:sqlite:f:\
> \myDb");
>
> Here....the connection seem require a System library ...a .dll,
> in fact java return me an error : java.lang.UnsatisfiedLinkError :
> open
Did you download the windows driver or the pure java driver? This is
the error you would expect to see with the windows native driver if it
can't find the .dll. The pure driver needs only the .jar file, but is
slower.
d.
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---