无法找到存储过程' dbo.USP_GetContactDetailsWithBusinessEntity'在工作中

时间:2015-08-19 09:42:43

标签: stored-procedures ibm-mobilefirst

我在代码下运行了很多次,无法从数据库中检索数据。它连接数据库没问题。 请帮帮我......

sql adapter .js 代码

function myLatLang() {
    return WL.Server.invokeSQLStoredProcedure({
        procedure : "dbo.USP_GetContactDetailsWithBusinessEntity",
        //preparedStatement : myLatLangStatement,
        parameters : []
    });
}

这是 JSON 输出

{
   "errors": [
      "Runtime: Failed to retrieve data with procedure : dbo.USP_GetContactDetailsWithBusinessEntity"
   ],
   "info": [
   ],
   "isSuccessful": false,
   "warnings": [
   ]
}

1 个答案:

答案 0 :(得分:1)

我从

改变了程序

程序:" [USP_GetContactDetailsWithBusinessEntity]"

像这样

程序:" [go2needs_online]。[dbo]。[USP_GetContactDetailsWithBusinessEntity]"