How to include QueryWizard, QueryDesigner in DBExpress project?
Hi,
I'm new with RB, so please bear with me if this is a FAQ.
I have a working end-user application similar to the rbDDProj.dpr in the
Tutorials directory. Like that it uses BDE to access data.
I want to port this to dbExpress. However, if I remove daDBBDE from the
uses clause and insert daDBExpress instead, the QueryWizard and
QueryDesigner icons are no longer available in the designer (Data tab,
File New menu).
What do I need to include?
TIA,
-Michael
I'm new with RB, so please bear with me if this is a FAQ.
I have a working end-user application similar to the rbDDProj.dpr in the
Tutorials directory. Like that it uses BDE to access data.
I want to port this to dbExpress. However, if I remove daDBBDE from the
uses clause and insert daDBExpress instead, the QueryWizard and
QueryDesigner icons are no longer available in the designer (Data tab,
File New menu).
What do I need to include?
TIA,
-Michael
This discussion has been closed.
Comments
You need to configure the Designer.DataSettings to use the dbExpressSession.
For an example of using dbExpress check out RBuilder\Demos\EndUser
Databases\Interbase\dbExpress.
--
Nard Moseley
Digital Metaphors Corporation
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
That did the trick. Thank you.
-Michael