Can you pass in a connection object to a JDBC Adapter Service

Hi all -

As the subject states: Can a JDBC adapter service take in a connection object as input, like the execSQL service from WmDB does? I ask this because I have a JDBC adapter service that will be run against multiple instances of the same database. I don’t want to have to create and maintain a separate JDBC adapter service for each database. Instead, I want to pass the appropriate connection object into a single JDBC adapter service at run-time. Does anyone know if this is possible?

Thanks.