ORASession - no connect prompt!

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
trchits

ORASession - no connect prompt!

Post by trchits » Wed 24 Nov 2004 06:32

I have converted (someone else's) program from BDE to ODAC. All went well except that, where the previous BDE TDatabase component would throw up a database login dialog at connect time (initiated via a button) my new ORASession will not. I have set the ConnectPrompt property to True and ensured that none of my query/stored proc components are trying to access the database until after I try to connect.

I am using ODAC v4.50.2.19 and the Oracle 9 client

Any suggestions would be gratefully appreciated

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Wed 24 Nov 2004 13:19

All ODAC visualization is in OdacVcl unit. You must include OdacVcl to the 'uses' list of one of your units.

Post Reply