通过VB.Net 2005进行ODBC或OLE DB Informix 7.3数据库连接 [英] ODBC or OLE DB Informix 7.3 DB Connection through VB.Net 2005

查看:78
本文介绍了通过VB.Net 2005进行ODBC或OLE DB Informix 7.3数据库连接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello all,

Hello all,

Visual Basic 2005

Visual Basic 2005

Informix 7.3

Informix 7.3

 有没有人通过.NET连接到Informix数据库? 连接ODBC,OLEDB或与Informix驱动程序连接的最简单方法是什么? 您的连接字符串是什么样的? 能否请您提供示例连接代码?

  Has anyone ever connected to an Informix database through .NET?  What is the easiest way to connect ODBC, OLEDB, or with the Informix drivers?  What does your connection string look like?  Can you please provide me with example connection code?

谢谢

推荐答案

通过ODBC,连接字符串将是
Driver = {IBM INFORMIX ODBC DRIVER}; Host =<> ;; Server =<> ;; Service =<> ;; Protocol = onsoctcp; Database =<> ;; UID =<> ;; PWD =<>

确保在您的Web服务器或App服务器上安装IBM Informix客户端SDK 3.0,以使其正常工作
THrough ODBC the connection string will be Driver={IBM INFORMIX ODBC DRIVER};Host=<>;Server=<>;Service=<>;Protocol=onsoctcp;Database=<>;UID=<>;PWD=<> Ensure IBM Informix client SDK 3.0 is installed on your web server or App server for this to work


这篇关于通过VB.Net 2005进行ODBC或OLE DB Informix 7.3数据库连接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆