2015年2月25日 星期三

Dbvisualizer 新增Sql Server 2005


1.      不同資料庫第一次連結時,要建立Driver Manager(設定JDBC)
2.      Tools】→【Driver Manager
3.      Name SQL Server 20005(自己想表示的)
4.      URL jdbc:jTDS
5.      Driver Classes
        1.      下方Driver File Paths User Specified 點選右邊資料夾圖示
        2.      選取該DB Driver jar 開啟
        3.      Driver Classes下拉選單選取Driver

2015年2月24日 星期二

DbVisualizer找不到jdk

下載最新的DbVisualizer 9.2.2後,一直無法開啟,官網上找到了相關的方案。

解決方法:

  1. Windows/Unix/Linux:
    1. In the DbVisualizer installation directory there is an .install4j directory,
    2. In this directory create a file named pref_jre.cfg if it doesn't already exist,
    3. Open the file in a text editor,
    4. Add the complete path to the root directory for the Java installation you want to use.
      Example: C:\Program Files\Java\jre7