OracleSession bug report

masfaw

Member
I think I found a bug in DOA beta 4. To reproduce do the following.

1. Create a simple application with TOracleSession and TOracleLogin.

2. In the IDE set the following OracleSession properties: LoginDatabase, LoginUsername, LoginPassword, DesignConnection = True, and Connected = True.

3. Compile and run.

An "ORA-01017: Invalid username/password; Logon denied" error message is generated.

If you set DesignConnection = False, the error goes away.

------------------
 
Back
Top