下面是使用的代码段:
my $sql2 = "UPDATE alerts.status SET AlertKey=? WHERE Identifier=?";
my $sth1 = $dbh->prepare($sql2);
$sth1->execute($alertkey,$id) || die "SQL Error: couldnt update $DBI::errstr\n";;
下面是错误消息:
SQL错误:无法更新服务器消息号= 17001严重性= 10状态= 0行= 0服务器= AWSOSA1文本=未安装SRV_DYNAMIC处理程序。
有人可以帮忙吗?