Subject RE: [IBO] TIB_Export
Author Jason Wharton
> I´m using TIB_Export to transport data from Firebird 1.5 to DBF´s.
>
> Recently I have a problem in order to use field types Numeric(15,2).
>
> When the TIB_Export creates the table, data in these fielsd are
> "rounded" like "5,45" -> "5". I use the DataBase Desktop from Delphi
> to see the info structure from the generated table and the current
> field Numeric(15,2) from Firebird is converted in numeric(7,0) in DBF
> table.
>
> Someone help me in order to convert the field with decimal´s places
> correctly.

I'd appreciate it if a little sample application could be put together on
this issue. Is there anyone who can give this a go?

Thanks,
Jason