Guest_imported
New member
- Jan 1, 1970
- 0
How do you call a sp that return value(s) using DAO.
I checked msofts site and found this:
the sqlstr builds the stored procedure with the passed in vars
the connection is valid also
--------------------------------------------------
Dim rstTest As Recordset
Dim test
Set rstTest = Connection.OpenRecordset(sqlstr, dbOpenSnapshot, dbSQLPassThrough)
-------------------------------------------------
when i try this, i get an "invalid argument error"
I checked msofts site and found this:
the sqlstr builds the stored procedure with the passed in vars
the connection is valid also
--------------------------------------------------
Dim rstTest As Recordset
Dim test
Set rstTest = Connection.OpenRecordset(sqlstr, dbOpenSnapshot, dbSQLPassThrough)
-------------------------------------------------
when i try this, i get an "invalid argument error"