
VBA
hcx_2008
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
VBA调用带游标返回值的ORACLE存储过程
【解决方案一】: On Error GoTo 11 Dim hisCNN As ADODB.Connection Dim hisRST As ADODB.Recordset Dim sSQL As String Dim iZDS As Integer Dim sBT转载 2011-08-30 00:19:20 · 2634 阅读 · 0 评论 -
VBA调用带游标返回值的ORACLE存储过程
【解决方案一】: On Error GoTo 11 Dim hisCNN As ADODB.Connection Dim hisRST As ADODB.Recordset Dim sSQL As String Dim iZDS As Integer Dim sBT As String Dim sTEMP As String Dim hisCMD As New ADODB.Comm...原创 2011-08-30 00:22:40 · 257 阅读 · 0 评论