我在代码下运行了很多次,无法从数据库中检索数据。它连接数据库没问题。 请帮帮我......
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": [
]
}
答案 0 :(得分:1)
我从
改变了程序程序:" [USP_GetContactDetailsWithBusinessEntity]"
像这样程序:" [go2needs_online]。[dbo]。[USP_GetContactDetailsWithBusinessEntity]"