Page 1 of 1

Is it possible to iterate the available databases on a Server?

Posted: Mon 21 Jan 2008 21:54
by Aquineas
Is it possible using the MySql VCL components to iterate the available databases on a server? I see how to do it via the MYSQL SHOW DATABASES
SQL command, but before I did that I wondered if there was another way.


Thanks

Posted: Mon 21 Jan 2008 22:15
by Aquineas
Nevermind, I found it in TCustomDAConnection.GetDatabaseNames(), for the benefit of anyone else who's looking.