Connection strings for AS/400 (IBM iSeries)
.NET libraries for AS/400 (IBM iSeries)
- IBM DB2 for i .NET data provider
- .NET Framework Data Provider for OLE DB - OleDbConnection
- .NET Framework Data Provider for ODBC - OdbcConnection
OLE DB providers for AS/400 (IBM iSeries)
ODBC drivers for AS/400 (IBM iSeries)
IBM DB2 for i .NET data provider
Usage
Manufacturer IBM
IBM Client Access OLE DB provider
Usage Provider=IBMDA400
Manufacturer IBM
Standard
Where MY_SYSTEM_NAME is the name given to the system connection in OperationsNavigator
Specifying cellection
Where MY_SYSTEM_NAME is the name given to the System Connection, and MY_LIBRARY is the name given to the library in iSeries Navigator.
.NET Framework Data Provider for OLE DB
Usage System.Data.OleDb.OleDbConnection
Manufacturer Microsoft
Use an OLE DB provider from .NET
See the respective OLEDB provider's connection strings options. The .net OleDbConnection will just pass on the connection string to the specified OLEDB provider. Read more here.
IBM Client Access ODBC driver
Usage Driver={Client Access ODBC Driver (32-bit)}
Manufacturer IBM
Standard
Variant
Try this if you encounter a "runtime error 3000; reserved error (-7778); there is no message for this error" message.
IBM iSeries Access ODBC driver
Usage Driver={iSeries Access ODBC Driver}
Manufacturer IBM
Standard
This driver is newer than the one above.
Variant
Try this if you encounter a "runtime error 3000; reserved error (-7778); there is no message for this error" message.
.NET Framework Data Provider for ODBC
Usage System.Data.Odbc.OdbcConnection
Manufacturer Microsoft
Use an ODBC driver from .NET
See the respective ODBC driver's connection strings options. The .net OdbcConnection will just pass on the connection string to the specified ODBC driver. Read more here.