That worked! Thanks Charlie!



>I've never used <cfldap>, so i'm not sure you can alias the columns
>that way (maybe someone who has more familiarity with it can chime
>in).
>
>what i was suggesting was a query of queries.  assuming the <cfldap>
>returns a standard CF query object (again, an assumption), i figured
>you could just alias the columns in the query of queries.
>
><cfquery name="myQoQ" dbtype="query">
>     SELECT
>          givenName AS First_Name,
>          sn AS Last_name,
>          (etc)
>     FROM
>          GETIDS
></cfquery>
>
>then <cfreturn myQoQ> instead of the original LDAP query.
>
>On 5/16/07, John P <[EMAIL PROTECTED]> wrote:
>>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278505
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to