dmowfo
03-28-2008, 10:29 AM
Hello,
We are currently writing an ASP.NET website to replace an existing VB6 app which runs heavily uses Stored Procedures in SQL Server.
We've set up a Dataset in which to place our all our Data Access stuff - we're then using the ObjectDataSource to talk to the TableAdapters.
I understand that I can drag on Tables to the Dataset and create the appropriate relationships.
When using more complicated Stored Procedures which access several Tables, should we just drag these on as well? I'm just worried about having an absolutely massive Dataset with hundreds of Stored Procedures on it. Plus, what would happen with the relationships?
Sorry if this is a daft question but I want to get it right before I make too much progress.
Thanks :)
We are currently writing an ASP.NET website to replace an existing VB6 app which runs heavily uses Stored Procedures in SQL Server.
We've set up a Dataset in which to place our all our Data Access stuff - we're then using the ObjectDataSource to talk to the TableAdapters.
I understand that I can drag on Tables to the Dataset and create the appropriate relationships.
When using more complicated Stored Procedures which access several Tables, should we just drag these on as well? I'm just worried about having an absolutely massive Dataset with hundreds of Stored Procedures on it. Plus, what would happen with the relationships?
Sorry if this is a daft question but I want to get it right before I make too much progress.
Thanks :)