Menu

#1201 Additional jdbc driver parameters ignored?

SQuirreL
open
nobody
5
2015-06-05
2015-06-05
No

Tested with version 3.6

When I set optional drivers parameters like clientAccountingInformation it appears as if Squirrel ignores them. I have tried with both JDBC 3.0 (db2jcc.jar) and JDBC 4.0 (db2jcc4.jar). In a query like:

select APPLICATION_HANDLE, CLIENT_ACCTNG 
from table(MON_GET_CONNECTION(cast(NULL as bigint), -2))

I get null for CLIENT_ACCTNG despite that clientAccountingInformation has a value.

I tried the same drivers with DataStudio and there both drivers behave as expected.

Discussion


Log in to post a comment.