Can someone help me?

I need to insert multple rows at once. How I can do that. I ask because the 
only docs I found is at 
http://localhost:8080/cocoon/documents/userdocs/actions/database-actions.html
and there is only this: .(

Can someone provide a example of that?

"Inserting Multiple Rows - Sets 

Once common task is to work on more than one row. If the rows are in different 
tables, this is catered for by table-sets. Operating on multiple rows of one 
table requires to mark columns that should vary and among those one, that 
determines the number of rows to work on. 

This is done with sets. All columns that cary a set attribute can vary, those, 
that don't, are kept fixed during the operation. The column that is used to 
determine the number of rows is required to have a value of master while all 
others need to have a value of slave for the set attribute. There may be only 
one master in a set. 

Sets can be tagged either on column or on mode level but not both for a single 
column. "

Thanks in advance,

Antonio Gallardo

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to