Subject | Beautiful ! it works :) |
---|---|
Author | Algirdas Gurskis |
Post date | 2003-07-31T08:17:30Z |
Beautiful !
It works! :)
Here is a typical declaration from the ib_udf.sql script:
DECLARE EXTERNAL FUNCTION substr
CSTRING(80), SMALLINT, SMALLINT
RETURNS CSTRING(80) FREE_IT
ENTRY_POINT 'IB_UDF_substr' MODULE_NAME 'ib_udf';
COMMIT;
//
Sincerely,
Algis
Software manager
Spaineta Ltd.
http://www.ezona.lt
[Non-text portions of this message have been removed]
It works! :)
Here is a typical declaration from the ib_udf.sql script:
DECLARE EXTERNAL FUNCTION substr
CSTRING(80), SMALLINT, SMALLINT
RETURNS CSTRING(80) FREE_IT
ENTRY_POINT 'IB_UDF_substr' MODULE_NAME 'ib_udf';
COMMIT;
//
Sincerely,
Algis
Software manager
Spaineta Ltd.
http://www.ezona.lt
[Non-text portions of this message have been removed]