27Aug/100
用PowerDesigner远程连接PostgreSQL数据库
Database->configure connections->connection profiles->add data source
可能碰到错误:
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
大功告成,大家就可以玩玩远程导入数据模型啦