How do I write a select which selects all column names from a table
along with their data
where the data is not "" ie:empty. And then how do I use what it
returns. For example I need something like this (though what I'm about
to write obviously won't work) : Select all
columns along with their column names from xyz where the columndata is
not (""). Then I need to throw the results into a 2-D array somehow so
I'm left with a 2-D array that has the column name next to its data for
each row of the array. Any thoughts and or example code would be
appreciated?

------------------------------------------------------------------------------
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