Hi,

has anyone found a good way of determining the schema name using a JDBC
connection to MySQL ?

I've tried accessing DatabaseMetaData and calling getSchemas() to get the
schemas and it returns nothing using 3.0.8 of the connector.

I've also tried tried DatabaseMetaData.getTables() and grab the second
String and it just returns null.

Any ideas?

TIA
-- 
Andy


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to