Hi guys,
What is the best way to handle many database users in the application without having to specify the userid/password with each new adapter instance?
I found lots of references to changing catalogs or schemas, but not changing/specifying users. Oh, and I would like for this to persist for the duration of the session.
Any ideas?