MYSQL INTEGER TLargeIntField FireBird INTEGER TIntegerField

Forum related to MySQL

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
yc1965
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 05.05.2009, 09:40
Location: Istanbul

MYSQL INTEGER TLargeIntField FireBird INTEGER TIntegerField

Post by yc1965 »

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
Post Reply