Subject | Re: Freepascal UDF date functions no longer work with Firebird 1.5 |
---|---|
Author | Frank Schlottmann-Gödde |
Post date | 2004-01-14T06:54:58Z |
--- In firebird-support@yahoogroups.com, "wwtresearch"
<robin.jones@w...> wrote:
As it seems that I can't post through atkins, here it is again:
select extract( year from cast('01.01.2004' as date)) from rdb$database;
instead of this UDF-Call.
I haven't checked this code for years now, so there probably will be
some more problems around.
Be sure to declare all functions cdecl.
Frank
--
"Fascinating creatures, phoenixes, they can carry immensely heavy loads,
their tears have healing powers and they make highly faithful pets."
- J.K. Rowling
<robin.jones@w...> wrote:
As it seems that I can't post through atkins, here it is again:
> Hi there,First of all you should use
>
> I have not been able to get the date functions from the
> freepascal udf library which previously worked with both linux/win32
> Firebird 1.0.3 on my Firebird 1.5RC8 installation.
>
> In linux the error message is: Error reading data from the connection.
> resulting in a lost database connection and a core file in /tmp.
> Windows fails also.
>
> I would be grateful for any suggestions on how to modify such
> freepascal UDFs to be compatible with Firebird 1.5.
select extract( year from cast('01.01.2004' as date)) from rdb$database;
instead of this UDF-Call.
I haven't checked this code for years now, so there probably will be
some more problems around.
Be sure to declare all functions cdecl.
Frank
--
"Fascinating creatures, phoenixes, they can carry immensely heavy loads,
their tears have healing powers and they make highly faithful pets."
- J.K. Rowling