2013-01-08 218 views
1

我刚开始使用Visual Paradigm,我试图连接到Iphone App使用的数据库。它位于我的一个文件夹(名为Project.db)中。我想连接到它,并在这样做时遇到一些问题。使用Visual-Paradigm连接到数据库

我的步骤如下:

1) Click Tools -> Database -> Reverse Database 
2) A pop up opens up, Language is Java and click next 
3) Driver is sqlite and using JDBC to connect to the database, so I am using sqlite-jdbc-3.7.2-sources.jar that I downloaded.(Not really sure abt this) 
4) Under the connection url: selected the jdbc:sqlite:Project.db option.(Am i doing this right?) 

But when I click Test Connection, it says connect successful. 

然而,当我点击下一步,无表所示。我究竟做错了什么?需要一些指导和建议。

回答

0

唯一可能导致此问题发生的事情是将数据库名称留空。你输入了数据库名称吗?