cfquery Oracle 存储过程
我必须将 SQL 存储过程更改为 ORACLE 存储过程。我能够在 Oracle 中成功执行修改后的存储过程。
但是无法获取CF中Oracle存储过程的查询结果。我使用了
。
Any suggestions or tips to for using an Oracle stored proc/CF-8?
I had to change the SQL stored procedure to ORacle stored procddure.I am able to successfully execute my modified stored procedure in oracle.
But unable to obtain the query result in CF for the Oracle stored-Procedure.I have used <cfquery>
.
Any suggestions or tips to for using an Oracle stored proc/CF-8?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
认为您需要cfstoredproc,而不是cfquery。
有关更多详细信息,请参阅手册页。
Think you need cfstoredproc, not cfquery.
See manual page for more details.
它确实取决于它的反应方式,我首先在 oracle sql+plus 中测试你的存储过程,以确保它返回数据,然后通过 cfquery 或存储过程尝试......
It does really depend on how it reacts, i'd test your stored proc in oracle sql+plus first, to make sure it returns data, then try it via cfquery or stored procedure...