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 ?
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 ?