Hi,
I'm converting a nasty python script to java and they use the database metadata to determine the list of databases (the equivalent of a "show databases;" MySql command) and then connect to the appropriate one before querying on tables. Is there a way to do this using iBatis?
Thanks, Jason
