java读取mysql中的表_java – 如何在数据库中获取表信息(SQLite)

1) Download the SQLite drivers from 07002. The actual zip file with the

driver is at 07003. Expand the zip somewhere locally and note the

location.

2) Put the sqlite_jni.dll from the zip into your JRE’s bin directory.

The driver requires this file to be in the java library path.

3) In Eclipse with DTP 1.0 installed (preferably the final build or a

nightly build dated 110806 or later), go to the Preferences

(Window->Preferences) and select the Connectivity->Driver Definitions

page.

4) Select the “Generic JDBC” category in the Available Driver

Definitions tree and click “Add…”.

5) Select “Generic JDBC Driver->Generic JDBC Driver” in the Available

Driver Templates tree. Give the new generic JDBC driver a name like

“javasqlite JDBC driver”. Click OK.

6) Click “Add Jar/Zip” and select the sqlite.jar from the driver zip

you expanded in step 1. Click Open.

7) In the Properties table, select the Driver Class property and click

the “…” button. If the jar is accessible, you will see a dialog

appear with at lease one class in the list. Select

“SQLite.JDBCDriver”. Click OK.

8) Also in the Properties table, select the Driver URL property and

type the following: jdbc:sqlite:/DRIVE:/dirA/dirB/dbfile

9) Click OK on the Edit Driver Definition dialog. You should see your

new driver appear in the driver list on the Driver Definitions

preference page.

10) Click OK to close the Preferences dialog.

11) If the Data Source Explorer is not open, open the

Connectivity->Data Source Explorer view from the Window->Show View

menu or open the Database Development perspective from the

Window->Open Perspective.

12) In the Data Source Explorer, right-click on the Databases category

and select New…

13) In the New Connection Profile wizard’s Wizard Selection Page,

choose the SQL Model-JDBC Connection entry in the list and click Next.

14) Give your new profile a name like “SQLiteTestDB”. Click Next.

15) In the “Select a driver from the drop-down” combo box, select your

new SQLite driver definition. Modify the file path in the sample URL

to match the path to your local SQLite database.

16) Click “Test Connection” to verify you can connect to your

database.

17) Click Finish to create the profile.

18) In the Data Source Explorer, right-click on the new profile and select Connect. You should see content appear in the tree beneath the profile. Browse through your database to view available tables and their columns.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值