Page 1 of 1

MyDAC 4.0.0.1 Feature Request : MyBuilder Join construction and some remarks

Posted: Wed 08 Jun 2005 07:56
by swierzbicki
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).

Posted: Thu 09 Jun 2005 12:41
by Ikar
We will consider your suggestions but now we are concentrated on MyDAC 4.00 release.