handling failed sql requests in perl

2001-05-19 Thread Cindy
OK, let's say you've got the case where you construct an INSERT statement to put a new entry into an existing table. But the formatting is wrong (you're short one field in the entry). What's the code in perl to catch that problem, assuming you've been using perl to construct the string and

Re: handling failed sql requests in perl

2001-05-19 Thread Paul DuBois
At 7:54 PM -0700 5/19/01, Cindy wrote: OK, let's say you've got the case where you construct an INSERT statement to put a new entry into an existing table. But the formatting is wrong (you're short one field in the entry). What's the code in perl to catch that problem, assuming you've been