自动化作业停止无处可去.. PDOException

时间:2017-10-20 20:07:45

标签: php sql-server

有人可以帮我这个吗?我是PDO世界的新手,我无法弄清楚为什么我的自动化工作无处不在!虽然,我认为这个错误可能与它有关。有人可以帮忙吗?

    if($freq == 7) {
        $verifyjobsql = "select job_id from infocenter.dbo.cproc3_history where process_id = '$processid' and checkdate = '$checkdate' and process = '$process' and rundate = $therundate and quarter = $thequarter and $year = $theyear and month = $themonth and dayofmonth = $theday;";
        $verifyjobquery = mssql_query($verifyjobsql,$linkdb01);
        $verifyjobcount = mssql_num_rows($verifyjobquery);

0 个答案:

没有答案