I'm trying to assist the users of my application to pick a database name on the selected database server. I already found the function GetCatalogNames which basically does what I want, but the problem is, that it requires me to establish a connection via ZConnection which in turn already wants a database name to be supplied.
Is there a way to query the database names by only specifying host, port, user and password?
Query Database/Catalog Names
Moderators: gto, EgonHugeist