ORACLE中的过程在VB中如何调用?

dim cn as adodb.connection
set cn =new adodb.connection
cn.connectstring=.......
cn.open
cn.execute strstoreproc
'strstoreproc:存储过程名

vb是用command来执行过程的。
普通过程执行方法和返回记录集的过程执行方法不一样
看你的过程是什么样子了
---------------------------------------------------------------

http://expert.csdn.net/Expert/topic/903/903782.xml?temp=.4196283

可能对你有帮助

Published At
Categories with 数据库类
Tagged with
comments powered by Disqus