我刚刚开始使用Visual Paradigm,我正在尝试连接到Iphone App使用的数据库。它位于我的一个文件夹(名为Project.db)中。我想连接到它,并在这样做的过程中面临一些问题。
我遵循的步骤如下:
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.但是,当我单击next时,没有显示任何表。我做错了什么?需要一些指导和建议。
发布于 2013-02-07 18:16:11
唯一可能导致此问题发生的事情是将数据库名称保留为空。您输入数据库名称了吗?
https://stackoverflow.com/questions/14210868
复制相似问题