Hi All,
How do  you output the names of the fields of a table
from SQL server and their values when you don't know
the names of the fields or the values of those fields.
Can you just have a query like:

<cfquery name="GetTableData"
datasource="#MyDatasource#">
   
    select *
    from ThatTable

</cfquery>


Appreciate.
A.B.


__________________________________________________
Do You Yahoo!?
Yahoo! Photos -- now, 100 FREE prints!
http://photos.yahoo.com
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to