Subject Re: [firebird-support] Re: UDF problem when I call isc_decode_date
Author Dmitry Yemanov
Marco Castroo wrote:
>
> But ISC_QUAD raised an warning by the compiler: warning: passing
> argument 1 of "isc_decode_date" from incompatible pointer type. And
> the problem is in isc_decode_date function.

Well, I was wrong here. isc_decode_date() really expects ISC_QUAD.

What is your database dialect? Please show us the SQL declaration for
this UDF. And finally, how many bytes are returned by sizeof(tm) on your
platform?


Dmitry