Excel ADO SQL StoredProc

  • Thread starter Thread starter JW
  • Start date Start date
J

JW

I have no problems running other Procs or SQL statements.
It makes the connection, it pauses for a few seconds,
definitely running the Procedure. Then Excel fails.
I see this message in the app event viewer.
<< Faulting application excel.exe, version 10.0.6501.0,
faulting module msado15.dll, version 2.70.7713.0, fault
address 0x0002ddd6. >>
The code errors at the execute statement

objConn.Execute ("EXECUTE StoredProc"), rsData

I tried both execute styles.
<Type Name is invalid> on this 2nd style.
objConn.StoredProc , rsData

any advice ? Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top