Andrew Pahomov wrote:
 
> Why I cannot run my stored procedure like "BEGIN TEST_PROC(); END;"
> while connected with "sqlmode ORACLE" option?
> 
> This is part of the "SQL Reference SAPDB 7.3"
> 
> "
> The SAP DB database system is capable of executing correct database
> applications and applications that are written in accordance 
> with one of
> the following definitions:
> *     INTERNAL (internal database system definition) 
> *     ANSI standard (ANSI X3.135-1992, entry SQL) 
> *     Definition DB2 Version 4 
> *     Definition ORACLE7
> "

You can use stored procedures even in SQLMODE Oracle.
But you have to use the CALL_statement as described in the reference_manual
(of Oracle and SAP DB):

CALL TEST_PROC();

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

Reply via email to