I'm being passed a SQL table name and a unique_id via a URL, which is the table I need to query. I return all fields (SELECT *) in the table (whose structure I do not know), where the EntryId (which is always a field in the table) equals the unique_id. I then want to display the data, along with the field names from the table. However, the CFQUERY.columnlist shows all the fields in alphabetical order. Is there another way to get the field names and data displayed (eg loading it into a structure or something?) Thanks
|
[ cf-dev ] CFQUERY - outputting a table without knowing the fields in it
Osullivan Karl (RKB) Senior Analyst/Programmer Wed, 10 Sep 2003 07:51:27 -0700
- RE: [ cf-dev ] CFQUERY - ou... Osullivan Karl (RKB) Senior Analyst/Programmer
- RE: [ cf-dev ] CFQUERY... Snake Hollywood
- RE: [ cf-dev ] CFQ... Snake Hollywood
- [ cf-dev ] OT:... Giles Roadnight
- Re: [ cf-dev ] CFQUERY... duncan . cumming
