Ray,

I'm not sure if this is what you've found already, but in the JRun docs,
under "{Jrun-root}\docs\pdf\taglib.pdf" (Introduction to the JRun Tag
Library) on page 16, there's a breakdown of attributes and methods for
QueryTable.  There's one method there declared as: "Public int
getRowCount()" which you should be able to use for your purpose.

I've been able to use it, before looping over a QueryTable result set with
the following:
<%=myQueryTable.getRowCount() %>

Hope that helps,

Nathan Wheat
Technical Sales Consultant
Firmware Design
Phone:  0401 148 989
Email:  [EMAIL PROTECTED]
http://www.firmware.com.au

Are you a Web Developer or Designer?
Looking for an edge? If so, check out Web Design 2001
Go to the link Below to find out more & register
<http://wd2001.firmware.com.au/ft>




-----Original Message-----
From: Raymond Camden [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 19 June 2001 3:58 AM
To: JRun-Talk
Subject: QueryTable


Where can I find more information about the QueryTable type? The only
documentation I've found so far is in the doc page for jrun:sql.
Specifically, I'm trying to figure out how to get the # of rows _before_ I
begin looping over the results.

=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

"My ally is the Force, and a powerful ally it is." - Yoda
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to