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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stored Procedure Params

Status
Not open for further replies.

JustBeginer

Programmer
Mar 13, 2003
39
0
0
Hello!
I have connected stored procedure of MSSQL to crystal report.
The procedure have one parameter [int].
Is it possible to send this parameter through MVC++ ?
I've made class who use Crystal report DLL's.
I tryed to use
BOOL SetNthParameterField (short ParameterN, const CRPEParameterFieldInfo *parameterInfo);

but without success.
Thanks in advance..

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top