-
-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple DB connections in a single resource #153
Comments
Multiple database usage in a single class seems to be already exists. Below works just fine
Thanks & Regards, |
I though this is working but it didn't. Likely I made a mistake while testing.
In any class procedure/function secondary database can be accessed as below
I am leaving the issue open as I still would like to know if there is an alternative version that the MARS engine has the control on the connection object freeing. Thanks. |
Hello,
Is it possible to use multiple database connections in the same resource? What I am looking for is a way to do something like below
I can read database connection parameters from some settings file and connect to the second database writing my own code. However, it would be more convenient if something like above is available.
Thanks & Regards,
Ertan
The text was updated successfully, but these errors were encountered: