A further question...............

Getting the number of records..........

My code is :-

rs = s.executeQuery("SELECT COUNT(*) FROM TABLE_NAME");
int recordCount = ??????;

What is ???????

Bob M




--
View this message in context: 
http://apache-database.10148.n7.nabble.com/selecting-records-in-a-derby-database-tp134896p134902.html
Sent from the Apache Derby Users mailing list archive at Nabble.com.

Reply via email to