Coneccion Con Informix
.NET libraries for Informix
• IBM Informix .NET Provider - IfxConnection
• .NET Framework Data Provider for OLE DB - OleDbConnection
• .NET FrameworkData Provider for ODBC - OdbcConnection
Options for Informix
• Luxena dbExpress driver for Informix Pro
OLE DB providers for Informix
• IBM Informix OLE DB Provider
ODBC drivers forInformix
• IBM Informix ODBC Driver
• Informix-CLI 2.5
Developers Community
Find solutions and post questions regarding connection string related issues.
Forum for Informix
IBMInformix .NET Provider
TYPE .NET Framework Class Library
USAGE IBM.Data.Informix.IfxConnection
MANUFACTURER IBM
More info and class library downloads
Set example values
Standard
Database=myDataBase;Host=192.168.10.10;Server=db_engine_tcp;Service=1492;
Protocol=onsoctcp;UID=myUsername;Password=myPassword;
Luxena dbExpress driver for Informix Pro
TYPE Native driverUSAGE
MANUFACTURER Luxena
More info and native driver downloads
Set example values
Standard
The connection string is provided through the "HostName" parameter that exists inTSQLConnection.Params collection.
InformixServer=myServerAddress;Client_Locale=en_us.8859-1;Fet_Buf_Size=32767;OptOFC=1;
AutoCommit=True;BlobSize=-1;WaitOnLocks=False;CommitRetain=False;IsolationLevel=ReadCommitted;Trim Char=False;money=currency;decimal=bcd;int8=fmtbcd;lvarchar=string;
Standard dbExpress configuration parameters have higher priority against connection string parameters.
IBM Informix OLE DB Provider
TYPE OLE DB Provider
USAGE Provider=Ifxoledbc
MANUFACTURER IBM
More info and provider downloads
Set example values
Standard
Provider=Ifxoledbc;DataSource=dbName@serverName;User ID=myUsername;Password=myPassword;
Persisting security info in the connection string
Provider=Ifxoledbc;Data Source=dbName@serverName;User...
Regístrate para leer el documento completo.