HI Guys ,
I was trying to retrieve the names of all databases(schemas... whatever you like to call them ) . The JDBC Metadata API came up with .getSchemaNames() . Its working fine on other databases ... but when I made the same call to My Sql , its returning an empty result set . I am using MySQl Connector ODBC 5.1.4 .
I was trying to retrieve the names of all databases(schemas... whatever you like to call them ) . The JDBC Metadata API came up with .getSchemaNames() . Its working fine on other databases ... but when I made the same call to My Sql , its returning an empty result set . I am using MySQl Connector ODBC 5.1.4 .