Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
3.1.13
-
None
-
5.10.49-gentoo-r1
Description
Connecting a Database using SQLDriverConnect and then issue a SQLTables produses a wrong list.
The Result contains the Tablenames for the connected Database, but the mysql and performance_schema tablnames are listed too.
Connected as user root without DB Password.
Statement:
Rc=SQLTables(hstmt, // Get Tablenames for the current DB
NULL,0,
NULL,0,
NULL,0,
(SQLCHAR*)"TABLE",SQL_NTS);
Attachments
Issue Links
- duplicates
-
ODBC-298 Make "MS Access" behavior of SQLTables default
- Closed