7 messages in com.mysql.lists.javaRe: Total number of items in a resul...
FromSent OnAttachments
Kevin Fonner15 May 2001 02:21 
Kevin Fonner15 May 2001 03:07 
Tom Myers15 May 2001 03:41 
Celil Germeyan15 May 2001 12:57 
Taglang, Guillaume22 May 2001 06:14 
Atilio Rosso - Up 2 U - Internet Solutions22 May 2001 06:24 
Sohaila Roberts14 Sep 2001 08:09 
Subject:Re: Total number of items in a resultSet?
From:Celil Germeyan (cel@itg.com.tr)
Date:05/15/2001 12:57:07 PM
List:com.mysql.lists.java

select count(*) from table_name; with return the number of records. ----- Original Message ----- From: Kevin Fonner To: Java MySQL List Sent: Tuesday, May 15, 2001 2:22 AM Subject: Total number of items in a resultSet?

Is their a way to get the total records (or rows) of items in a resultSet with
out counting it out manually in a loop?