Click here to Skip to main content
15,901,122 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all...


I want to add a existing stored procedure in my report.. What's the problem is i got the sp parameters into parameter field.. but how i get the field name like when we add table..

In existing report they used ODBC(RDO).. but i am using OLEDB Provider for SQL Server... Is the both are same?? or how to connect with ODBC(RDO). if i provide connection string in ODBC(RDO) window the error message says Cannot find DSN in connection string...
Posted
Updated 16-Nov-11 20:21pm
v2
Comments
J.Karthick 17-Nov-11 2:15am    
you can use "VIEW" for adding rows or column in Crystalreport it will be easy to fetch rows

Just Specify DSN="your Database name" in your connectionString.
 
Share this answer
 
what query are you passing in the stored procedure?
 
Share this answer
 
Comments
André Kraak 17-Nov-11 7:05am    
Please do not post a solution for asking a question. If you have a question or comment use the "Have a Question or Comment?" option beneath the question.
Using an solution like this will give the people the impression that the question has been answered and perhaps not look at it, causing the OP not to get an answer to his/her question.

Please move the content of this solution to "Question or COmment" section and remove the solution.
Thank you

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900