Jose Ignacio Carretero Guarde wrote :

>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?

Sorry, SAPDB does not support this feature yet and there are no plan to provide
it in the near future.
However, release 7.4.4 will support user defined functions based on
our stored procedure language.

Regards,
Thomas



-- 
Thomas Anhaus
SAP DB, SAP Labs Berlin
[EMAIL PROTECTED]
http://www.sapdb.org/
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general


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

Reply via email to