Subject | UDF - Function Unknown why ? |
---|---|
Author | Gerson Machado - Yahoo |
Post date | 2004-11-12T10:55:37Z |
I�m trying to use the function AddDay in fdudf.dll, I defined this UDF
like:
DECLARE EXTERNAL FUNCTION "addday"
DATE,
INTEGER
RETURNS DATE
ENTRY_POINT 'addDay' MODULE_NAME 'fbudf';
I compiled and all right, but when I use I received this:
select date_insert, addday(date_insert, 5)
from mytable
fmSQLEditor.Query:
An error was found in the application program input parameters for the
SQL statement.
Dynamic SQL Error.
SQL error code = -804.
Function unknown.
ADDDAY.
What is wrong ?
FB: 1.5 4481
SO: W2K Server
All other services is working good.
Regards
Gerson
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.792 / Virus Database: 536 - Release Date: 9/11/2004
[Non-text portions of this message have been removed]
like:
DECLARE EXTERNAL FUNCTION "addday"
DATE,
INTEGER
RETURNS DATE
ENTRY_POINT 'addDay' MODULE_NAME 'fbudf';
I compiled and all right, but when I use I received this:
select date_insert, addday(date_insert, 5)
from mytable
fmSQLEditor.Query:
An error was found in the application program input parameters for the
SQL statement.
Dynamic SQL Error.
SQL error code = -804.
Function unknown.
ADDDAY.
What is wrong ?
FB: 1.5 4481
SO: W2K Server
All other services is working good.
Regards
Gerson
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.792 / Virus Database: 536 - Release Date: 9/11/2004
[Non-text portions of this message have been removed]