I'm looking at some vbs code and want to convert it to CF. I have most of
it, however, am not quite sure about one spot. 
They use the line of code:

Set orr=DBConnect.Execute(strSQL)
DBConnect had been set to Creat connection to DB
strSQL is the name of the query that they wrote.

That makes sense to me. But then they set data fields and then to move to
the next record they use 
orr.MoveNext
I'm wondering if there is an equivalent in CF.  I thought a loop query would
do the trick but I'm not getting the results that I need.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
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