Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Libraries

    JDBC Driver for SQLite 006

    Download button

    No screenshots available
    Downloads: 2,541  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    David Crawshaw | More programs
    BSD License / FREE
    August 5th, 2006, 09:35 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    JDBC Driver for SQLite description

    JDBC Driver for SQLite is a thin layer on top of the SQLite 3.3.x C API.

    JDBC Driver for SQLite is a thin layer on top of the SQLite 3.3.x C API. The native JNI library has SQLite compiled into it so all you need to do is include the two files packaged above in your project.

    Usage:

    Download the binary for the platform you are developing on. Open the tarball and copy the two files into your application directory:

    sqlitejdbc.jar
    [lib]sqlitejdbc.[dll, so, jnilib]

    Reference the driver in your code:

    Class.forName("org.sqlite.JDBC");
    Connection conn = DriverManager.getConnection("jdbc:sqlite:filename");
    // ... use the database ...
    conn.close();

    And call your program with the driver's JAR file in the classpath and the C library in the librarypath. E.g.

    java -cp lib/yourprog.jar:lib/sqlitejdbc.jar
    -Djava.library.path=lib
    yourprog.Main

    What's New in This Release:

    · The driver is now thread-safe and fully supports UTF-16.
    · There are binaries for Mac OS, Linux, and Windows, and instructions for compiling with MSVC.



    Product's homepage

      


    TAGS:

    SQLite driver | thin layer | SQLite API | JDBC | driver | SQLite

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM