MyDAC 4.0.0.1 Feature Request : MyBuilder new property

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 new property

Post by swierzbicki » Wed 08 Jun 2005 07:47

Hi,

Is it possbile to add a property 'DbNamePrefix' = True / False
so that when building an SQL statement the Database name will / will not be present ?

for exemple :

Code: Select all

SELECT
  affairesfci.*
FROM
  affairesfci
Instead of

Code: Select all

SELECT
  fermobafci.affairesfci.*
FROM
  fermobafci.affairesfci

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