in reply to How should I handle $sth->execute() errors?
Your concern for error-handling is meritorious, but it's very common to DROP tables in db build scripts before CREATE'ing them. I don't know if that would work for SQLite, though.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
2Re: How should I handle $sth->execute() errors?
by jeffa (Bishop) on Dec 04, 2003 at 00:05 UTC | |
by Art_XIV (Hermit) on Dec 04, 2003 at 16:36 UTC |