---Reply to mail from Deva Ramesh about uregent(difference between two logics)

> Hi All
> 
> 
> Actually i have small doubt.
> Can any one clarify which one is best logic and pls before justifying the
> answer i want disadvantage for other one also..
> 
> Here i am trying to retrive query results into structure.
> 

You DO realise that you can use access a query in the way you want already
don't you ?  For example...

    <CFQUERY DATASOURCE="#ds#" NAME="Q_MyQuery">
        SELECT ClientName, ClientNumber FROM Clients
    </CFQUERY>

    <CFOUTPUT>
        The first name from the query is #Q_MyQuery.ClientName[1]#, that
clients number is #Q_MyQuery.ClientNumber[1]#.
    </CFOUTPUT>

---
James Sleeman
[EMAIL PROTECTED] (home)
[EMAIL PROTECTED] (work)


------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to