如何在Server端使用StoredProcedure查詢?錯誤訊息:找不到預存程式 'SP_GET_USERSTOLIST?
在InfoCommand的CommandText只能填入你的預存程式名稱,而不是整個sql語句,如:
CommandText=SP_GET_USERSTOLIST
CommandType=StoredProcedure
InfoParameters建立一InfoParameters,ParameterName=UserID
ServiceManager要註冊一function專門呼叫此InfoCommand回傳object,就可以調用成功了
更多詳情,請參考
http://www.infolight.com.tw/download/file/InfoCommand%E4%BD%BF%E7%94%A8%E5%AD%98%E5%84%B2%E9%81%8E%E7%A8%8B.doc