Hello:

I'd like to know if I can write down new functions  in C, make a dynamic
library, and use those functions in my SAPDB stored procedures. For
example, in Oracle's PL/SQL I can use a sentence like this one:

CREATE FUNCION newFunction ( <parameter_definition> ) RETURN <data_type>
AS
EXTERNAL LIBRARY libMyLib
NAME "lib_functionName"
LANGUAGE C
PARAMETERS ( <parameter1>  <data_type1>,
.........
RETURN <data_type>)

Can I do something like that in SAPDB? If I can do it, How can I get
information about it?

thanks.



_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to