On 04/07/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I tried NestedVM pure Java but it is ten times slower than > http://www.ch-werner.de/javasqlite/ > Normally ... zentus pure Java should be as fast as this other driver.
No, the NestedVM pure Java driver is always going to be slower than the native driver. > nsXXXXX# gmake > curl -odl/sqlite-3.4.0.zip \ > http://www.sqlite.org/sqlite-source-3_4_0.zip > gmake: curl: Command not found > gmake: *** [dl/sqlite-3.4.0.zip] Error 127 You do not have curl installed. You can either install curl or do this download yourself. For example, with wget: mkdir dl cd dl wget http://www.sqlite.org/sqlite-sourcee-3_4_0.zip d. --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
