| Subject | Re: [ib-support] Float Precision set | 
|---|---|
| Author | Kubanychbek Tajmamat uloo | 
| Post date | 2003-01-27T03:26:45Z | 
in trigger
new.summa=cast(new.summa as numeric(10,2));
            new.summa=cast(new.summa as numeric(10,2));
>Is it possible to set IB/FB float precision for all tables in all databasesRegards, Kubanychbek.
>using any environment variable or command ?
>