Subject Re: [ib-support] error 817 when trying to declare a UDF function
Author Helen Borrie
At 02:47 PM 06-05-02 +1200, Phil Scadden wrote:
>When I try to declare a function in the ib_udf
>
>DECLARE EXTERNAL FUNCTION bin_xor
>INTEGER, INTEGER
>RETURNS INTEGER BY VALUE
>ENTRY_POINT "IB_UDF_bin_xor" MODULE_NAME "ib_udf";
>
>I get the error
>"-Metadata update statement is not allowed by the current database SQL
>dialect 3"

Double-quotes aren't legal for quoting strings any more! Just replace them
with single-quotes.

cheers,
Helen

All for Open and Open for All
Firebird Open SQL Database · http://firebirdsql.org ·
http://users.tpg.com.au/helebor/
_______________________________________________________