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

SQL Server Stored Procedure to Generate Recrodset for Crystal Report

Status
Not open for further replies.

mohaimen

Programmer
Dec 24, 2001
25
0
0
BD
Hi,

I am developing few reports using Visual Basic 6 and Crystal Report 8.5 from a SQL Server 2000 database. The reports will use SQL Server stored procedures to get the recordsets. Can anyone tell me how to do it? I tried using SetDataSource method of the database object, it produced error.

Regards.

Mohaimen
 
If using the report wizard on startup; click on database, then on options. Check the show stored procedures checkbox.
click ok. connect to database, select stored proc, add as you would a table.

Jessica [ponytails2]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top