Hi!
Could anyone tell me what is wrong ; I get recordcount always ZERO, but it ain't ?:
int intCount;
............
ResultSet rs = stmt.executeQuery("SELECT * FROM my_DB");
intCount = rs.getRow();
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 1 of 1
Thread: getRow();
|
Click Here to Expand Forum to Full Width |