本文介绍了通过adodb连接在vb中使用oracle存储过程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!
问题描述
oracle 中的包:
Package in oracle:
此包用于搜索帐户记录,其中 id 作为参数传递给程序.VB中的代码
This package is used to search account records where id is passed as paramter to procedure. Code in VB
这产生:
运行时错误'-2147217887(80040e21)';ODBC 驱动程序不支持请求的属性.单击调试后,它会突出显示set rs =cmd.execute"
run-time error '-2147217887(80040e21)'; ODBC driver does not support the requested properties. After clicking on debug it highlights 'set rs =cmd.execute'
请提出一些修改建议.
在 VB 中执行命令后还有其他使用记录集的方法吗?
Is there any other way of using recordset after executing command in VB?
提前谢谢.
推荐答案
我不确定是否使用 Oracle,但我认为它与 SQL 几乎相同.
I am not sure about using Oracle but I assume its almost the same as SQL.
这是我用于 SQL 的:
This is what I used for SQL:
共享模块:
这篇关于通过adodb连接在vb中使用oracle存储过程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!
本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!