Subject Re: [firebird-support] Assign Double Precision value to a varchar field in Stored Procedure
Author Milan Babuskov
Ivy wrote:
> 1) I have a double precision variable ( e.g. myMoney ) which after some calculation, it ends up with figure -0.00000199868555.
> 2) When I want to assign this value to a varchar field ( e.g. MoneyInStr) , I do the below statement :-
>
> MoneyInStr = myMoney;

What are the types of MoneyInStr and myMoney. Can you show the DECLARE
VARIABLE statements?


--
Milan Babuskov

==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================