Re: re: deleting a record

2002-02-22 Thread Jon Shorie
At 06:18 AM 2/23/2002 +0100, you wrote: >Your message cannot be posted because it appears to be either spam or >simply off topic to our filter. To bypass the filter you must include >one of the following words in your message: > >sql,query > >If you just reply to this message, and include the enti

Deleting a record

2002-02-22 Thread Jon Shorie
I am working on a perl application that manages a database created in Mysql. I am having trouble with the delete statement. Here is a portion of the perl code that is being executed: $dbh=DBI->connect("dbi:mysql:clientdb:localhost","web","webpassword"); ### # Delete Routine