> John was thinking mistakenly that I want ASP-style recordsets in CF. No, > it's not true. Also ASP died currently and ASP.NET's DataTable object > doesn't have moveNext etc. Methods. This means Microsoft changed ASP to > simulate CF ;)
Sort of a .NET side note....in case you need it, the DataTable's 'rows' property is a DataRowCollection. You can do DataRowCollection.GetEnumerator() to get its implementation of the IEnumerator interface, which has moveNext() etc. -Joe -- For Tabs, Trees, and more, use the jComponents: http://clearsoftware.net/client/jComponents.cfm ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
