關於用JB7連線資料庫的問題。

YaSir發表於2002-11-03
我用JB建立一個entity Bean,連線資料庫的步驟如下:
1>新建一個EJB Module,名字為TestEntMod
2>在TestEntMod的皮膚上單擊滑鼠右鍵,選Import schema from Database
在列表框中寫入如下內容,以連線JB7的示例資料庫;
 Driver: com.borland.datastore.jdbc.DataStoreDriver
 URL: jdbc:borland:dsremote://localhost//C:\Borland\JBuilder7\samples\JDataStore\
    datastores\employee.jds
 userName:test
password:test
 JNDI name: DemoDataSource.
3>點選OK,進行連線,報錯,提示資訊如下:
Error connecting to database: com.borland.datastore.jdbc.SqlState: Connection refused: connect
為什麼refsuse connect?我百思不得其解,敢問武林高手,有何解法,請教一招半式,不勝感激。

相關文章