Subject | Re: [firebird-support] Assign Double Precision value to a varchar field in Stored Procedure |
---|---|
Author | Milan Babuskov |
Post date | 2012-03-22T11:00:12Z |
Ivy wrote:
VARIABLE statements?
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================
> 1) I have a double precision variable ( e.g. myMoney ) which after some calculation, it ends up with figure -0.00000199868555.What are the types of MoneyInStr and myMoney. Can you show the DECLARE
> 2) When I want to assign this value to a varchar field ( e.g. MoneyInStr) , I do the below statement :-
>
> MoneyInStr = myMoney;
VARIABLE statements?
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================