Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 3.1.13
-
Fix Version/s: N/A
-
Component/s: General
-
Labels:None
-
Environment: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
-