{ yeah : 必须哒 } No place to place should record our youth?

27Aug/100

用PowerDesigner远程连接PostgreSQL数据库

Posted by ofeng

Database->configure connections->connection profiles->add data source

image

可能碰到错误:

1.count not initialize javaVM

解决办法,安装jdk,设置环境变量,JAVA_HOME=……jdk/,千万不要设到bin目录,否则会涛声依旧

2.Could not load class org.postgresql.Driver

解决办法,下载http://jdbc.postgresql.org/download.html中的jar包,设置classpath=jar包保存位置

3.JDBC connection URL format:

jdbc:postgresql://<host>:<port>/<database_name>

http://www.razorsql.com/docs/help_postgresql.html

http://kb2.adobe.com/cps/145/tn_14578.html

 

image

大功告成,大家就可以玩玩远程导入数据模型啦