G
Guest
I am developing an ASP.NET application and heavily rely on Strongly Typed
DataSets.
I let Visual Studio generate these DataSets by right clicking on a
SqlDataAdapter and then selecting 'Generate DataSet...'
Today a query got a litle complex and decided to convert it to a Stored
Procedure (a View was not appropiate because the Query is parameterized). All
went well until I wanted to click on 'Genarate DataSet...': it does not show
up for the SqlAdapter!
Later a did a configure of de Adapter and it gives a warning 'Failed to get
schema for this Stored Procedure'. Is this the reason it goes wrong?
Thanks for any help!
Yours sincerely,
Evert Wiesenekker
Rookie ASP.NET Developer at www.alterra.nl
PS.
* Preview of the Data works fine
* I am using SQL Server 2000 and FrameWork 1.1xxxxx
DataSets.
I let Visual Studio generate these DataSets by right clicking on a
SqlDataAdapter and then selecting 'Generate DataSet...'
Today a query got a litle complex and decided to convert it to a Stored
Procedure (a View was not appropiate because the Query is parameterized). All
went well until I wanted to click on 'Genarate DataSet...': it does not show
up for the SqlAdapter!
Later a did a configure of de Adapter and it gives a warning 'Failed to get
schema for this Stored Procedure'. Is this the reason it goes wrong?
Thanks for any help!
Yours sincerely,
Evert Wiesenekker
Rookie ASP.NET Developer at www.alterra.nl
PS.
* Preview of the Data works fine
* I am using SQL Server 2000 and FrameWork 1.1xxxxx