databaseManager.getDatabaseVendor(String servername)

Hello,

for quite a few SQL related topics it’d be helpful to be able to figure out if a database server is an ORACLE, PostgreSQL or whatever system.

Can that be done?

Thanks
Patrick

ought to be an easy plugin to build, since all server info is stored in the Servoy.properties files, which is accessable through the Servoy plugin API.

Paul

Patrick,

That’s a good suggestion Paul made.

If you want I can include something like ‘getDatabaseDriver()’ in my Tools plugin over the weekend… Unfortunately there is nothing like ‘getDatabaseType()’ possible. Have a look in the servoy. properties file. Any suggestion based upon the properties is easily done!

Cheers,

Marcel