Hi,
is it possible to use a DB2 Server 64Bit (Linux) from a 32Bit ODBC from 32Bit Windows ?
Thx & Rgds
Working with a DB2 64bit from a 32 Bit Windows
I just installed DB2 Client only Interfaces, ODBC / JDBC etc.(348 MB !!!)
When I try to connect, I get the error
[IBM][CLIDriver] CLI0124E Ungültiger Wert für ein Argument. SQLSTATE=HY009
The error text above means "Invalid Value for an argument".
Btw, why do I actually need a DB2 Provider, as the connection gows through ODBC anyway ?
Rgds
When I try to connect, I get the error
[IBM][CLIDriver] CLI0124E Ungültiger Wert für ein Argument. SQLSTATE=HY009
The error text above means "Invalid Value for an argument".
Btw, why do I actually need a DB2 Provider, as the connection gows through ODBC anyway ?
Rgds
Have you added the settings for your database to the db2cli.ini file? You should set a database name from this file to the Server property of TUniConnection.
http://publib.boulder.ibm.com/infocente ... 06306.html
DB2 provider has some additional features in comparison with ODBC provider:
- support for the Schema and FuntionPath specific options in TUniConnection;
- the KeySequence specific option in dataset, and support for autoincrement fields.
With DB2 provider you don't need to create ODBC data source or use a connection string.
http://publib.boulder.ibm.com/infocente ... 06306.html
DB2 provider has some additional features in comparison with ODBC provider:
- support for the Schema and FuntionPath specific options in TUniConnection;
- the KeySequence specific option in dataset, and support for autoincrement fields.
With DB2 provider you don't need to create ODBC data source or use a connection string.