CFDBINFO doesn't see a table that does exist
Hello, all,
I'm trying to troubleshoot an issue with the DBINFO tag, and I've never used it, before.
Basically, we have a schema ("FC") that has many tables, one of which is called "F_COMMENTS". In CFAdmin, the DSN is named the same as the schema.
I'm using the following:
<cfdbinfo type="columns" table="F_COMMENTS" datasource="FC" name="dbdata" />
The error message states that table F_COMMENTS doesn't exist. But it does.
What could be causing this erroneous message?
V/r,
^_^
UPDATE: I did the following:
<cfdbinfo type="tables" datasource="FC" name="dbdata" />
The CFDUMP of that does show that the table "F_COMMENTS" is in the datasource.
