Subject | Re: Round function ref/eDN8031797706 |
---|---|
Author | Adam |
Post date | 2006-02-22T10:25:28Z |
--- In firebird-support@yahoogroups.com, "Praxi Technical Support -
Dennis Th./F." <dennis@...> wrote:
Make your own. Firebird supports custom written external functions
that can do pretty much anything. Conversions like this is why they
were designed.
Delphi allows you to quite easily create a dll. You can make a simple
wrapper function, declare the UDF in your database and your done.
Google for some example functions in Delphi.
Adam
Dennis Th./F." <dennis@...> wrote:
>roundto
> Hello ppl
>
> Does any body knows or have a 'round' function in firebird like the
> of Delphi? I found a udf with a round in the firebird's distribution butHere are a few words.
> doesn't allow to define on which decimal the round will be done.
>
> With few words, Do we have in firebird something like delphi's
>
Make your own. Firebird supports custom written external functions
that can do pretty much anything. Conversions like this is why they
were designed.
Delphi allows you to quite easily create a dll. You can make a simple
wrapper function, declare the UDF in your database and your done.
Google for some example functions in Delphi.
Adam