I'm using Self-Servicing and the Oracle odp.net driver with llbl 2.5. This cannot be changed.
I need to execute a command (set some Oracle roles) before a connection is used. This of course I'll like to write only once. Can this be done?
LLBL creates a new connection on every query (if you do not use transactions). Can this be changed so I can provide the connection?