Re: Error in UPDATE syntax?

2001-01-22 Thread Stuart Fox
Don wrote: Hi, I'm looking at the docs for the UPDATE syntax right now! Here is my code (in Perl): $sqlCmd = $dbh-prepare("UPDATE Ports SET Country = $country, TransPort = $transPort, Suspended =

Re: Error in UPDATE syntax?

2001-01-22 Thread Atle Veka
On Mon, 22 Jan 2001, Don wrote: Hi, I'm looking at the docs for the UPDATE syntax right now! Here is my code (in Perl): $sqlCmd = $dbh-prepare("UPDATE Ports SET Country = $country, TransPort = $transPort,