Grisel Alarcon wrote: > > Sorry but I have more question, Any help will be appreciated ... > > 3.- For owner aplications, How is the use of Store Procedure Language and > Triggers??? For example we read MaxDB has as limitation of tree triggers > on > the same table; Are there samething else? > ...
You may use one table in as many stored procedures as you like. But as MaxDB only supports after-row-trigger and does not want to be dependent on the sequence of several triggers for the same operation (perhaps causing different results), only one trigger for each of the operations insert/update/delete is allowed. No other restrictions known is this context except http://www.mysql.com/products/maxdb/features.html#Specification Elke SAP Labs Berlin > > Best regards and many thanks !!! > > > -- > MaxDB Discussion Mailing List > For list archives: http://lists.mysql.com/maxdb > To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]