El Jue 11 Dic 2003 20:25, Robert Treat escribió: > > (personally i'm down with Scott, application developers should just use > begin/commit, but i've met some folks who really look at it the other > way) $db = DB::Connect("pgsql://user:pass@host/db"); $db->autocommit(false); $db->query(query1); $db->query(query2); $db->commit(); Changing the first line would make it work on Oracle, or Informix. :-) -- select 'mmarques' || '@' || 'unl.edu.ar' AS email; ----------------------------------------------------------------- Martín Marqués | mmarques@xxxxxxxxxx Programador, Administrador, DBA | Centro de Telemática Universidad Nacional del Litoral -----------------------------------------------------------------