read SQLite db file using java

后端 未结 2 1232
挽巷
挽巷 2020-12-16 01:33

I want to read a SQLite db file using Java. Will you please tell me how to read it?

2条回答
  •  星月不相逢
    2020-12-16 02:08

    The Java JDBC driver for SQLLite is on the David Crawshaw site http://www.zentus.com/sqlitejdbc/ Add the jar file to your class path and import java.sql.* and you should be good.

提交回复
热议问题