Subject | Re: fbudf - dow syntax |
---|---|
Author | Alex |
Post date | 2003-09-24T17:09:46Z |
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@t...>
wrote:
RDB$FUNCTION_NAME
================================
STRING2BLOB
DPOWER
INVL
I64NVL
DNVL
SNVL
INULLIF
DNULLIF
I64NULLIF
SNULLIF
DOW
SDOW
SRIGHT
ADDDAY
ADDWEEK
ADDMONTH
ADDYEAR
ADDMILLISECOND
ADDSECOND
ADDMINUTE
ADDHOUR
TRUNCATE
I64TRUNCATE
ROUND
I64ROUND
firbird/examples there is a dow function too.
unfortunately I can't exactly tell anymore from which UDF I got the
dow function which worked on my server. after installation of RC6 I
deleted all my UDFs and used the original ones which came with RC6
(ib_udf and fbudf).
I will give it a try to find and compile the sources of fbudf for
myself. maybe i can trace down a little bit more why fb-server crashes
on my box.
wrote:
>it gives me the output
> I'm running CS RC6 on RedHat 8 and the DOW function works just fine.
> You could query to see what declaration you actually have there.
>
> select rdb$function_name from rdb$functions
> where module_name = 'fbudf' or module_name='FBUDF';
RDB$FUNCTION_NAME
================================
STRING2BLOB
DPOWER
INVL
I64NVL
DNVL
SNVL
INULLIF
DNULLIF
I64NULLIF
SNULLIF
DOW
SDOW
SRIGHT
ADDDAY
ADDWEEK
ADDMONTH
ADDYEAR
ADDMILLISECOND
ADDSECOND
ADDMINUTE
ADDHOUR
TRUNCATE
I64TRUNCATE
ROUND
I64ROUND
>in the
> AFAIK, the DOW function never was in ib_udf. However, at some point
> RC's, SS went out with fbudf erroneously renamed to fb_udf. Perhapsthis
> is what you were thinking of.seems you are right, maybe I mix it up with the udflib in
firbird/examples there is a dow function too.
unfortunately I can't exactly tell anymore from which UDF I got the
dow function which worked on my server. after installation of RC6 I
deleted all my UDFs and used the original ones which came with RC6
(ib_udf and fbudf).
I will give it a try to find and compile the sources of fbudf for
myself. maybe i can trace down a little bit more why fb-server crashes
on my box.
>with no
> I don't have SS installed at present: my other box is laboring,
> apparent success, to reinstall Mandrake 9. I'm going to go to bed andThank you!
> leave it. With luck I'll be able to test it on SS tomorrow.
>alex
> heLen
>
>