Subject | Re: [firebird-support] Re: UDF problem |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2010-01-25T15:44:57Z |
25.01.2010 16:11, kittikira wrote:
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.
> 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.