Method to get a list of all the database servers

Hello,

Do you know any method to get the list of all the database servers?

I need to have a list of all the servers specified in the properties file.

Thank you all,
Best

Stefania

Stefania,

There is a function on databaseManager for that:

databaseManager.getServerNames()

Rob

Hi Rob,

Thanks for the reply.
However, I need all the active database servers that are specified within servoy admin page.
The method databaseManager.getServerNames() doesn’t return all of them.

Thank you,

Stefania