Page 1 of 1

ORASession - no connect prompt!

Posted: Wed 24 Nov 2004 06:32
by trchits
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

Posted: Wed 24 Nov 2004 13:19
by Paul
All ODAC visualization is in OdacVcl unit. You must include OdacVcl to the 'uses' list of one of your units.