Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RDC and Stored Procedure

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
So I need help to find the way to call a Stored Procedure from SQL server, and viewing the result in the report.
Every thing it has been made at RUN TIME, by programmatly.
I tried several times in several ways but I 'm getting an Error dll database.

So I have had to copy the stored in the VB6 form and call the objCommand.CommandType = adCmdText and not adCmdStoredProc

Please some one knows how to call a stored procedure at run time ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top