logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

RE: Store procedure and triggers: msg#00389

Subject: RE: Store procedure and triggers
Omar De Jesus Vázquez Mayorga wrote: 
> 
> Does sap db use sp and triggers??? how can i use then from 
> V.B.??? THANKS
> Para cualquier duda o aclaración quedo a sus ordenes.
> Omar de J. Vazquez Mayorga
>       Productos Mavi
> 

SP and Triggers can be defined in SAP DB / MaxDB, see
http://www.sapdb.org/7.4/htmhelp/a7/41ee11605911d3a98800a0c9449261/frameset.htm
http://www.sapdb.org/7.4/htmhelp/a7/41ee0b605911d3a98800a0c9449261/frameset.htm

Triggers are not USED explicitly. If you created (for example) an INSERT 
trigger for
table mytab and you do an INSERT INTO mytab ..., then this triggered will be 
called/fired
implicitly.

Stored Procedures are used by using the CALL-statement, no matter which client 
ist used.
http://www.sapdb.org/7.4/htmhelp/a7/41ee17605911d3a98800a0c9449261/frameset.htm

Elke
SAP Labs Berlin

--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/maxdb?unsub=gcdm-maxdb@xxxxxxxxxxx




<Prev in Thread] Current Thread [Next in Thread>