Informix資料庫連接使用方法整理

來源:互聯網
上載者:User

本文主要講解Windows下串連Linux中的Informix資料庫的兩種實用方法:用MyEclipse直接連接Informix資料庫和用ODBC串連Informix資料庫。

 

項目中用到的開發相關資料主要有:

系統開發環境:Windows+Linux

Windows開發軟體:MyEclipse5.5+IBM Informix Client-SDK 2.90+FlashFXP

Linux軟體:Informix11資料庫

相關技術:JSP+Struts+JavaBean+Informix

 

方式一:MyEclipse直接連接Informix資料庫

準備檔案有:d:/ifxjdbc.jar

操作步驟:"開始"--“所有程式”--“MyEclipse 5.5”--"Windows"--"Open Perspctive"--"My Eclipse Database Explorer" 開啟DB Browser表單,滑鼠右鍵"new"建立一個資料庫連接

 

Driver name:自訂串連標識( 如informix.jdbc.IfxDriver)
nnection URL:jdbc:informix-sqli://192.168.1.249:9000/databasename:informixserver=informixservername;newcodeset=GBK,8859-1,819
User name: informix
Password: informix
Driver JARs :d:/ifjdbc.jar

 

其中192.168.1.249為Linux伺服器IP,databasename為Linux伺服器資料庫名和informixservername為Linux伺服器資料庫服務名稱

 

方式二:ODBC串連Informix資料庫
1.安裝IBM Informix Client-SDK 2.90

2.開啟控制台--資料來源(ODBC)--建立一個新的系統DSN,設定如下:

Server Name: Informix Server
Host Name :192.168.1.249
Service :sqlexecl
protocol :onsoctcp 
Options :
Database Name :DataBaseName
User Id : Informix User Name
Password  : Informix Password

3.設定Windows系統檔案service內容
C:/WINDOWS/system32/drivers/etc/service
man              9535/tcp                           #Remote Man Server
sqlexecl   9003/tcp        #Remote Linux Informix Data Server

3.設定Windows系統檔案hosts內容
C:/WINDOWS/system32/drivers/etc/hosts
127.0.0.1       localhost
192.168.1.249 LinuxMachineName

 

 

 

 

 

 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.