Re: MS Access, scripts clashing
- From: Nathan.Neff@xxxxxxxxx
- Date: 21 Oct 2005 15:54:44 -0700
I found the solution.
The solution was to use transactions.
Example:
$dbh->beginwork;
$sth->execute($msg) or die "Could not execute"
$dbh->commit;
.
- References:
- MS Access, scripts clashing
- From: Nathan . Neff
- MS Access, scripts clashing
- Prev by Date: Re: Disabling Apache::DBI
- Next by Date: Frustrated with do()
- Previous by thread: MS Access, scripts clashing
- Next by thread: Re: Odd DBI behavior
- Index(es):