Try
#Query.ColumnList#.. should give you the Column Names.
<cfloop index="i" from="1" to="#query.recordcount#">
<cfoutput>
#QueryName.ColumnName[i]#<br>?
</cfoutput>
</cfloop>

Joe
Certified Advanced ColdFusion Developer
[EMAIL PROTECTED]

-----Original Message-----
From: Larry Soo [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 16, 2002 6:16 PM
To: CF-Talk
Subject: ADODB Recordset and CF


I've written a DLL and call it using CFOBJECT.  It returns an ADODB
recordset
to Cold Fusion.  My question is, how do I walk through the recordset so I
can
access its contents?

It's not a query and it's not a structure (determined by using isQuery and
isStruct).  But it does possess a valid .recordcount property.

Thanks in advance for your help.

..lars
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to