![]() |
CLI0145E Fetch type out of range.
Hi,
When i try to call resultset.last() method on scrollable resultset i am getting the following error message : COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver] CLI0145E Fetch type out of range. SQLSTATE=HY106 I am using Visual Age for Java. Can any one help me in this problem? Thanks |
Re: CLI0145E Fetch type out of range.
Can you elaborate a bit more on when and where you are getting the errors.
|
Re: CLI0145E Fetch type out of range.
I have choosen TYPE_SCROLL_INSENSITIVE and CONCUR_READ_ONLY
options for the resultset. Basically I want to get the row count in the resultset. So first method i am calling is resultSet.last(), there itself I could not proceed. Later I am using other methods like getRow(), first(), but I could not go till there. Do u have any clue why is it giving exception? Thanks |
Re: CLI0145E Fetch type out of range.
Quote:
Code: JAVA
|
| All times are GMT +5.5. The time now is 22:16. |