My goal is to be able to test a DB connection from Oracle, MySQL, PostgreSQL, SQL Server, etc., ideally without installing any drivers (probably not possible).
I'm working on Inno Setup. The user would put the DB connection information there, and they would be able to test it before installing the app. I've tried using ADOConnection, but it only worked for SQL Server.
Is there a script command that could achieve what I want?