Connecting to multiple databases has been covered but here is a new twist:
Background
I have code-generated the base requirements to the source database. I have been able to get additional SQL Server connections to work by adding a SqlNetTiersProvider at run-time.
Question
The application needs to connect and execute TSQL on serveral other types of servers including Oracle and Firebird. Can this be done and if so, how?