Visual Paradigm の使用を開始したばかりで、Iphone アプリで使用されるデータベースに接続しようとしています。私のフォルダーの1つ(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.
ただし、[次へ] をクリックすると、テーブルが表示されません。私は何を間違っていますか?いくつかのガイダンスと提案が必要です。