Problem changing Unidac Trial to IBDAC

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Alisson
Posts: 7
Joined: Mon 08 Dec 2008 16:32
Contact:

Problem changing Unidac Trial to IBDAC

Post by Alisson » Sat 11 Jul 2009 11:32

I was using Unidac Trial in my server 3-Tier. I change to IBDAC, mas in client applications there is a problem in FMTBCD fields. The TIBCQuery don´t has the property Options.EnableFMTBCD and the fields are added as TFloatFields. I would have to change all the clients applications? It´s very much laborious.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 13 Jul 2009 07:09

IBDAC has the EnableFMTBCD option in the TIBCConnection component.

Post Reply