I need help about OracleSession

hivaj

Member
I would like to know how I can config the OracleSession to work with two different DataBases and one single System(Program). I use two OracleSession.

Do I need to config the "Logon Parameters' property in OracleSession Preference or config the LogonDataBase, LogonUser and LogonPassword properties only?

What the best method for this situation?
 
You don't need to use the preferences. Just set the correct values for the TOracleSession properties LogonUsername, LogonPassword and LogonDatabase.

If the application user needs to specify this logon information, add 2 TOracleLogon components and link them to the 2 sessions.

------------------
Marco Kalter
Allround Automations
 
Back
Top