Hi Monks
I'm having some trouble getting UPDATE to work with my MS SQL Server.
my $sth = $dbh -> prepare("UPDATE vac_balance SET carry_over = ? WHERE + employee_id = ?"); $sth -> execute($carry_over, $employee_id);
SQL doesn't seem to like my prepare statement. What am I doing wrong?
Thank you.
In reply to UPDATE not working with MS SQL Server by Perobl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |