问题描述
- notes执行存储过程的解决方法
-
你好,请问下谁知道在demino中怎样执行存储过程呀?
Set conn = New ODBCConnection
Set qry = New ODBCQuery
Set result = New ODBCResultSet
Set result1 = New ODBCResultSet
Set qry.Connection = conn
Set result.query = qry
result.Execprocedure("sp_BatchCreatePlan")
这样要怎么样传入参数?
时间: 2024-09-09 15:34:17