| Author |
COUNT+PSTMT error?
|
sahar sa
Ranch Hand
Joined: Jul 06, 2009
Posts: 102
|
|
Dear,
Im trying to find the count of rows who has Pmax . and I need to use PSTMT. but it throws me an error:
here is the code snippet:
here is the error:
do you know how can I declare this rowcount ?
thanks,
Sahar.
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
No, but you do have to pass a String or int to the getInt() method. Stick some quotes round rowcount.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
sahar sa
Ranch Hand
Joined: Jul 06, 2009
Posts: 102
|
|
wooow! thank you friend!
now it works!
|
 |
 |
|
|
subject: COUNT+PSTMT error?
|
|
|