problem about sqlitejdbc-Collection of common programming errors


  • John Fitzpatrick
    sqlite sqlitejdbc
    I am making the decision for an embededded database in an upcoming Java servlet application. I am down to two final contenders: SQLite with SQLiteJDBC “pure Java” drivers vs Java DB (aka Derby).Here is my killer criteria: The application must run on any OS that supports Java, specifically we have Solaris, CentOS, Windows x86 and Windows x64 hosts that will all need to run the application. And installation must involve nothing more than copying the war file to the target server’s deployment f

Web site is in building