CFDBINFO
This tag lets you find out information about database tables and columns
Usage
<cfdbinfo>
Attributes
| Attribute | default | required | summary |
|---|---|---|---|
| ATTRIBUTECOLLECTION | A structure containing the tag attributes | ||
| DATASOURCE | ![]() |
The name of the datasource to use | |
| TYPE | ![]() |
Type of query to make. Values are: dbnames, tables, columns, version, procedures, foreignkeys, index | |
| PATTERN | Pattern to filter results | ||
| USERNAME | Username for the database | ||
| PASSWORD | Password for the database | ||
| TABLE | table name | ||
| DBNAME | Database name |

