Subject Re: [firebird-support] Re: UDF problem
Author Dimitry Sibiryakov
25.01.2010 16:11, kittikira wrote:
> Is there something wrong in this function?

Yes. First of all, it is not compilable because of MALLOC. C is
case-sensitive language. Second, you allocate too big buffer. Third, you
use wrong type. ISC_QUAD is BLOB descriptor. For date you must use ISC_DATE.

--
SY, SD.