Hi,
I am creating fields persistently.
On different server sides I have different field description at the client side.
such as,
On FireBird INTEGER fields corresponds to TIntegerField on Delphi side.
On MySQL INTEGER fields corresponds to TLargeIntField on Delphi side.
In this situation to make my code works as expected,
I have to check if it is FireBird then create the field as TIntegerField
if MySql then create the field as TLargeIntField.
And no idea if I come across the same problem for other DB.
Any idea how to get around for this problem?
I am using 6.6.4-stable.
Thanks in advance
Yusuf
MYSQL INTEGER TLargeIntField FireBird INTEGER TIntegerField
Moderators: gto, cipto_kh, EgonHugeist