Bug #29887 Documentation of 'No Catalog' option is incorrect
Submitted: 19 Jul 2007 1:10 Modified: 30 Jul 2007 11:18
Reporter: Jim Winstead Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / ODBC Documentation Severity:S3 (Non-critical)
Version:3.51 OS:Any
Assigned to: MC Brown CPU Architecture:Any

[19 Jul 2007 1:10] Jim Winstead
Description:
The documentation for the 'No catalog' option does not match the implementation.

How to repeat:
Use it.

Suggested fix:
The "No catalog" option results in the catalog reported by the catalog functions (like SQLTables) to always be NULL, and the driver to report that it does not support catalogs. I'm not sure why you would ever use this.
[30 Jul 2007 11:18] MC Brown
I've updated the documentation to reflect the difference in description.