Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning Multiple Datasets
Message
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Returning Multiple Datasets
Miscellaneous
Thread ID:
01324579
Message ID:
01324579
Views:
63
I wrote a simple sproc:
CREATE PROCEDURE Kevin_Test
AS

	SELECT * FROM Product
	SELECT * FROM Inventory
  
GO
Then in Crystal Reports.Net I connected to the database and brought in the sproc. I only see the first data set. Anyone know what I'm doing wrong?

Thanks
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform