View Single Post

   
  #10 (permalink)  
Old 02-27-2008, 11:31 AM
Jan Nelken
 
Posts: n/a
Default Re: [IBM][JDBC Driver] CLI0601E

Roger wrote:
> thanks a trace revealed bug in the app that had close statement.
>
> Knut Stolze wrote:
>> Roger wrote:
>>
>>> I am not using connection pooling. Runs on a type 4 driver. It runs for
>>> 1 hr and then gets the error


Technically speaking you were using legacy App driver - since your CLI trace was
captured.
DB2 JCC Universal Driver in T2 (Type 2) connectivity does not use CLI layer -
but uses DB2 Client code.
DB2 JCC Universal Driver in T4 (Type 4) connectivity does not use CLI layer and
does not need DB2 client code installed.

Jan M. Nelken
Reply With Quote