连接到Informix数据库从.net

连接到Informix数据库从.net

问题描述:

什么是从.net连接到Informix数据库的最佳方法是什么?

What's the best way to connect to a Informix database from .Net?

我正在开发一个客户机 - 服务器应用程序的基础上的传统的Informix数据库它用来JDBC所连接

I'm developing a client-server application based on a legacy Informix DB which used to be connected by JDBC.

我需要它,从最重要的是最少的:

I need it, from the most important to the least:

  1. 要快
  2. 在不需要数据库服务器更改
  3. 在没有ODBC和依赖关系,比德.NET Framework中其他2.0

在此先感谢您的帮助。

的连接字符串用的OleDb或ADO.NET使用可以发现的这里

The connections strings to use with OleDb or ADO.NET can be found here.

看看这个文章如何连接到Informix数据库使用ADO.NET。

Take a look at this article on how to connect to an Informix database using ADO.NET.