hi...
if i process multiple subsequent sql where the later statements might be
dependent on the completion of the former/earlier sql statement, will this
cause a problem...
ie:
$dbh->do("SET AUTOCOMMIT=0");
eval
{
$dbh->do("insert into foo(Name,Vorname,Konto) values
('Ehmann','Andres',710235434)
Hi
I've been using mysql for a couple of years now, and until now had no real
need of transactions.
The could list recommend BDB or InnoDB to implement transatcions.
On a small system, which one is faster, and handles load better ?
Do they both offer foreign key constraints ?
Do they fix th
Has anyone contemplated using MySQL for DTP through a cluster of
machines where the transactions are related to critical financial
transactions.
For example, in a commerce situation where a customer withdraws from one
account and deposits into another, DTP ensures that all computers commit
concu