Bug #3713 | An error ocurres when using OpenSchema(adSchemaColumns) with Mysql | ||
---|---|---|---|
Submitted: | 11 May 2004 16:25 | Modified: | 31 Aug 2004 19:01 |
Reporter: | Jaione Arizkuren | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 3.51 | OS: | w2000 |
Assigned to: | Peter Harvey | CPU Architecture: | Any |
[11 May 2004 16:25]
Jaione Arizkuren
[31 Aug 2004 19:01]
MySQL Verification Team
I tested this with Access and wasn't able for to repeat the behavior reported. Additional Info: You should use the below code like my test: Set rstSchema = Cnxn.OpenSchema(adSchemaColumns, Array("mysql", "root", "user")) notice that in your sample is missed the Array part which is make up by the database_name, owner and table_name