I'm trying to create a reporting tool for a system that I'm working on that is supposed to take a Custom Database Table that a user plugs into the system and spit out all the data from that database Table in an HTML table format.
However, the structure of the custom database table is not known. It could be anything. Is there a way to do this?
I've looked over CFTABLE tags but you need to know the structure for that too. And there is also the possibility of using a key, value array loop. But I'm stuck beyond that.
However, the structure of the custom database table is not known. It could be anything. Is there a way to do this?
I've looked over CFTABLE tags but you need to know the structure for that too. And there is also the possibility of using a key, value array loop. But I'm stuck beyond that.