TOracleLogon with History Password

I am using 4.0.6.2 toraclelogon componet. I currently have this option off but by default my login with password comes up. Also when I export this program my login and password come up as a default. Is there a way to stop this? I have search the registy but am unable to find where this password and login is coming from

Thanks
 
You can set TOracleSession.DesignConnection to True. This way you can have a connection at design-time that does not affect run-time.

You can alternatively clear the TOracleSession.LogonUsername, LogonPassword, and LogonDatabase before calling TOracleLogon.Execute.
 
Back
Top