Field mapping

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
norldir

Field mapping

Post by norldir » Thu 02 Dec 2004 13:30

Hi,

I´m traing to develop a program that run in mysql or interbase, but the field mapping of numeric fields differ, in mysql returns as a TBCDField on interbase borland dbexpress drivers returns as TFMTBCDField.

Is any work around to this problem? Or is any way to mapping the fields to the same TField type?

Thanks.

Norldir Kunkel.


I using dbexpress 2.00

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Re: Field mapping

Post by Ikar » Fri 03 Dec 2004 10:18

Try to increase a precision in the declaration of MySQL fields.

Post Reply