Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Microsoft OLE DB Provider for ODBC Drivers error '80040e10'

272121May 8 2002
Getting the following error:

Microsoft OLE DB Provider for ODBC Drivers error '80040e10'

[Microsoft][ODBC driver for Oracle]Wrong number of parameters

I have a Stored Procedure within a package that has no input parameter and 2 output parameters..

oConnEngineer.CursorLocation = 3
oConnEngineer.Open sConnectionString

oCmdEngineer.ActiveConnection = oConnEngineer
oCmdEngineer.CommandText = "{Call ENG_TAILORMADE.USER_PKG.GET_ENGINEER_LIST(?,{resultset 100, out_ENGINEER_ID, out_ENGINEER_NAME})}"
oCmdEngineer.CommandType = 1

Set rsEngineers = oCmdEngineer.Execute()

Any suggestions?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 5 2002
Added on May 8 2002
0 comments
1,354 views