That is the same solution that Mark Kruger covers in his blog. It is a good 
solution, but unfortunately only works on CFMX 7 and I am hoping for a solution 
that works on CFMX 6.1.

Thanks,

Steve

>       If you are using MX, you could do something like this:
> 
>       <cfquery name="getRecs" datasource="cfbookclub">
>       SELECT TOP 1 * FROM Authors
>       </cfquery>
> 
>       <cfset querymeta=getMetaData(getRecs)>
> 
>       <cfdump var="#querymeta#">
> 
>       This will give you an array of structures that contain all of the 
> field
>       names, case sensitivity and field type.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235842
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to