Subject | Re: Pascal UDF passing timestamps/strings |
---|---|
Author | sir_wally_lewis |
Post date | 2011-10-07T16:32:21Z |
as far as i can see to do the task.
i must import isc_decode_date/isc_encode_date from fbclient library
however as soon as i call a function that connects to these methods the connection crashes.
also a major hurdle is no real way of debugging the dll as to why
it would cause the firebird connection to abort.
Kind Regards,
Robert.
really what i need is a failsafe way of writing these functions
procedure fbdatetopascaldate( VAR ISCQUAD; VAR TDATETIME );
procedure pascaldatetofbfate( VAR PISCQUAD; VAR TDATETIME );
Kind Regards,
Robert.
i must import isc_decode_date/isc_encode_date from fbclient library
however as soon as i call a function that connects to these methods the connection crashes.
also a major hurdle is no real way of debugging the dll as to why
it would cause the firebird connection to abort.
Kind Regards,
Robert.
really what i need is a failsafe way of writing these functions
procedure fbdatetopascaldate( VAR ISCQUAD; VAR TDATETIME );
procedure pascaldatetofbfate( VAR PISCQUAD; VAR TDATETIME );
Kind Regards,
Robert.
--- In firebird-support@yahoogroups.com, Frank Schlottmann-Gödde <frank@...> wrote:
>
> On 07.10.2011 10:44, sir_wally_lewis wrote:
> > Has anyone successfully written a pascal UDF
> > to pass timestamps/strings without using
> > the ibobjects library?
>
> Yes, what problems do you face?
>
> mit freundlichen Grüßen
> Frank Schlottmann-Gödde
>
> --
> "Fascinating creatures, phoenixes, they can carry immensely heavy loads,
> their tears have healing powers and they make highly faithful pets."
> - J.K. Rowling
>