> I think the big problem with doing something like this is that updates
> to multiple tables should be wrapped in a transaction.

Well, I'd leave that for the user to decide.

> And I certainly don't think Recordset can do this at the moment.

There's a $set -> Begin. Not sure how to use it though as I'd prefer to begin 
my transaction before any read, but I guess it's like this

  my $set = DBIx::Recordset -> Search ({ %search });
  $$set -> Begin;
updates, deletes and inserts
 $$set -> Commit;

-- 
Kaare Rasmussen            --Linux, spil,--        Tlf:        3816 2582
Kaki Data                tshirts, merchandize      Fax:        3816 2501
Howitzvej 75               �ben 12.00-18.00        Email: [EMAIL PROTECTED]
2000 Frederiksberg        L�rdag 12.00-16.00       Web:      www.suse.dk


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

Reply via email to