Drag and drop features ends Oracle Sessions

salas

Member
Hi there.

I've been testing DOA v4.0 as a choice to link Oracle DB's to Delphi 7.

When I activate Dock components in a form, it seems that i loose connections with Oracle ( the login forms appears immediately).

Maybe its a bug ? I'm going to try with v4.1, i'm sad because in forms you have to activate docking feature.

Any help ?
Thanks in advance

salas
/Oracle Developper/
 
There is of course no direct relation between a visual docking component and a database access component.

Perhaps a data module of form is instantiated by the Docking component that indirectly causes a TOracleLogon.Execute by an OnCreate or OnActivate event handler?
 
Back
Top