Subscribe to DataMgr |
Visit this group |
If you want to see how DataMgr sees your database tables, just ask it:
<cfset TableStructure = Application.DataMgr.getTableData()>
Note that this will only give information about tables that DataMgr has used or been told about.
You can also limit the results to one table:
<cfset TableStructure = Application.DataMgr.getTableData("mytable")>