MyDAC 4.0.0.1 Feature Request : MyBuilder Join construction and some remarks

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

MyDAC 4.0.0.1 Feature Request : MyBuilder Join construction and some remarks

Post by swierzbicki » Wed 08 Jun 2005 07:56

Hi,

When building Joins statements, is it possible to add this both operators :

Code: Select all

Like
Not Like
For Exemple :

Code: Select all

SELECT
  tableA.*,
  tableB.*
FROM
  tableA,
  tableB
WHERE
  tableA.Id like  tableB.Id
Could you also give the ability to remove an item.
When adding new selection / criteria / group / join .... we are no more able to remove them (only solution is to go into the SQL statement and remove what we want to).

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Thu 09 Jun 2005 12:41

We will consider your suggestions but now we are concentrated on MyDAC 4.00 release.

Post Reply