G
Guest
In VS2003, I was able to create a dataset with multiple tables from a stored
procedure by dragging that stored procedure onto the dataset canvas. I use a
single stored procedure to grab a snapshot of the currently relevant data and
cache it locally to reduce the number of calls to the database to 1 per day.
In VS2005 RC, doing the same steps, I can only get the first table to load.
Is this a limitation of what the framework can represent, or just a
short-fall of the editor? And if it's just the editor, will this be
addressed? And how can I configure the Dataset file manually?
Thanks,
Jason
procedure by dragging that stored procedure onto the dataset canvas. I use a
single stored procedure to grab a snapshot of the currently relevant data and
cache it locally to reduce the number of calls to the database to 1 per day.
In VS2005 RC, doing the same steps, I can only get the first table to load.
Is this a limitation of what the framework can represent, or just a
short-fall of the editor? And if it's just the editor, will this be
addressed? And how can I configure the Dataset file manually?
Thanks,
Jason