Subject | Re: [firebird-support] passing floating point value to UDF |
---|---|
Author | Tetram Corp |
Post date | 2007-01-22T13:05:41Z |
Look for the IBExternals.pas file in the VCL source directory
You'll have got all possible declarations
type
Float = Single;
d_dude_2003 a écrit :
You'll have got all possible declarations
type
Float = Single;
d_dude_2003 a écrit :
>[Non-text portions of this message have been removed]
> Can anyone show me the sample on how to declare the Delphi written UDF
> with DDL, what datatype should i use with FireBird and what should be
> the Delphi declaration.
>
> Thanks.
>
>