Using stored procedure in crystal report 8.5?
Posted
by odiseh
on Stack Overflow
See other posts from Stack Overflow
or by odiseh
Published on 2009-11-24T10:38:29Z
Indexed on
2010/03/24
20:03 UTC
Read the original article
Hit count: 437
I have made a new report using Crystal Reports 8.5 (report1) which uses a stored procedure as its data source. The stored procedure has 2 input parameters (@p1 and @p2) and when I enter some test data for @p1 and @p2 within crystal report IDE , every thing is all right. Then, I added the report1 in visual basic 6.0 IDE and added a new form (form1) and a crystal report viewer control on form1. Now please help me: I wanna to show the report1. What codes exactly should I write to show it?How send data user has entered to the stored procedure parameters via application? I also get this error messsage: the server has not been opened yet"
What's wrong?
© Stack Overflow or respective owner