in reply to Re: Re: MySQL UPDATE in PERL
in thread MySQL UPDATE in PERL

Err - AFAIK the semicolon is NOT legal when sending a request via DBI. The semicolon (or "go", for Sybase isql users) is used in the interactive query tool to tell it that you're ready to send the SQL query that you just typed.

Michael