FastQueryBuilder and MyDAC

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
vldg
Posts: 5
Joined: Wed 08 Aug 2007 10:19

FastQueryBuilder and MyDAC

Post by vldg » Tue 23 Dec 2008 16:03

Hi,

I use FastQueryBuilder and MyDAC.
There is some package for FastReport but does it exist some package for FastQueryBuilder ?

Best Regards,
VLDG

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Wed 24 Dec 2008 10:15

To enable QueryBuilder of FastReport you should find the frx.inc file in FastReport installation directory and uncomment the following line in it:

Code: Select all

//{$DEFINE QBUILDER}

vldg
Posts: 5
Joined: Wed 08 Aug 2007 10:19

Post by vldg » Mon 29 Dec 2008 07:59

Hi,

I think I don't explain well my problem. In FastReport it works well. I have no problem.
But, I'd like to use FastQueryBuilder in stand alone :
So I find component for IBX, ADO, BDE but not for MyDAC.
I think we need packages called :
- fqbMyDAC60.dpk
- dclfqbMyDAC60.dpk

But I don't find in MyDAC\Demos\ThirdParty...

Does it exist or not ?

Best Regards

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 29 Dec 2008 14:56

We don't have such packages. All classes for FastQueryBuilder are included in the frxDAC6.dpk and frxMyDAC6.dpk packages.

Post Reply