Hi,
I notice when I run PL/SQL Developer and look at the session details for the database that I see the PL/SQL Developer app has an entry in the Module and Action field where as my delphi app does not. How is this done? Can this be done through your DOA components?
Thanks.
Jeff
You're dead right, I was trying to recompile the Direct Oracle Access package. It all makes sense now.
I have now put NONVISUAL as a conditional define in my project and included the oracle source dir in my search path and everything works fine now.
Thanks
Jeff
Hi,
The errors I received when trying to recompile using the NONVISUAL conditional define were:-
- [Error] OracleNavigator.pas(577): Incompatible types: 'OracleVisual.TMsgDlgBtn' and 'QDialogs.TMsgDlgBtn'
- [Error] OracleNavigator.pas(625): Duplicate case label
Thanks
Jeff