Posted By:
David_Roullier
Posted On:
Tuesday, March 20, 2001 06:54 AM
I can't found a method to get the result of my request:
String requete = "SELECT COUNT(*) FROM STATIONS";
.
.
.
ResultSet rs;
.
.
rs = stmt.executeQuery(requete);
can somebody help me in giving me the method to get rs in a int?
thanks.