Subject Re: [firebird-support] UDF Problem
Author Walter Neumann
Hi,
Am Mittwoch, 7. Januar 2004 06:05 schrieb Robert Tulloch:
> Hi:
>
> Previously posted in Borland Interbase General group. No responses.
>
> I have tested the dll with a test probelam and it works fine.
>
>
> IBConsole - This returns an empty dataset and pops up an error that
> connection to database lost.
>
> I have written other udfs and never had a connection lost error before.
>
> Any thoughts appreciated.

Perhaps you have a characterset problem or the UDF receive a false value,
which causes an error.
Did you noticed, that FB pass only the pointers of the parameters, not the
parameters itself?

Walter.