Subject RE: [IBDI] Iertbase 6 + paradox + Data pump...
Author Claudio Valderrama C.
> -----Original Message-----
> From: Fabrice Vendé - INFOCOB [mailto:fabrice@...]
> Sent: Miércoles 31 de Mayo de 2000 4:25
>
> Borland datapump work fine with dialect 1. I use IBConsole on the
> server to
> convert dialect 3 to dialect 1 (the conversion is impossible from an
> interbase client).

This won't give you low-level conversion. For example, if you created a
numeric(10,0) in dialect, it's stored as a double. If you change the dialect
of the db, the field will continue being stored as a double. If you had
created it directly in dialect 3, it would have been stored as an INT_64
internally. There are other differences, too. Better if you read about them
in the IB official site.

BTW, What's Iertbase? :-)

C.