> We are trying to port our oracle Database to SAP DB. We
> have used a lot of Oracle "functions. We haven't USed
> Procedures. Now it seems SAP DB doesn't support functions(I
> may be wrong), but it supports Procedures, which has a
> different syntax than oracle . Does any body know How can
In the reference manual, you can look under 'CREATE DBPROC statement'
section.
The syntax is explained there. The sapdb(or is it maxdb?) wiki also has
about 2 examples of this.
Vishal Kant wrote:
Hi,
We are trying to port our oracle Database to SAP DB. We have used a lot of Oracle "functions