Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Best field type to replace currency.
Mon, Jul 9 2012 1:07 PMPermanent Link

Abdulaziz Al-Jasser

Greeting,

What is the best field type to replace the Currency in DBISAM?  We have an application that supports multi-currencies and we used use Delphi settings in terms of the number of decimals.  This can be configured at the user level.  Any tips to maintain this functionality again with EDB?
Regards,
Abdulaziz Jasser
Mon, Jul 9 2012 3:56 PMPermanent Link

Raul

Team Elevate Team Elevate

I would suggest looking at DECIMAL (e.g. DECIMAL(19,4) ):

http://www.elevatesoft.com/manual?action=viewtopic&id=edb2sql&topic=Exact_Numeric_Types

Raul



On 7/9/2012 1:07 PM, Abdulaziz Jasser wrote:
> Greeting,
>
> What is the best field type to replace the Currency in DBISAM?  We have an application that supports multi-currencies and we used use Delphi settings in terms of the number of decimals.  This can be configured at the user level.  Any tips to maintain this functionality again with EDB?
> Regards,
> Abdulaziz Jasser
>

Image