Subject | Re: [ib-support] error 817 when trying to declare a UDF function |
---|---|
Author | Helen Borrie |
Post date | 2002-05-06T03:34:23Z |
At 02:47 PM 06-05-02 +1200, Phil Scadden wrote:
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/
_______________________________________________________
>When I try to declare a function in the ib_udfDouble-quotes aren't legal for quoting strings any more! Just replace them
>
>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"
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/
_______________________________________________________