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/[EMAIL PROTECTED]
