T
tshad
We are converting our projects to VS 2003 Professional from VS 2003 and
found that we cannot open the Stored Procedures inside of the Projects.
We can see the SP and it shows the fields, but when you double-click it, it
doesn't open it so you can edit it.
Also, when you drag a SP (or table for that matter), it creates a new
SqlConnection object everytime - even when there is one or two on the page.
This forces us to delete the new one and manually edit the object. In 2002,
it would seemed to use the SqlConnection object at the bottom of the page,
if it could.
Thanks,
Tom
found that we cannot open the Stored Procedures inside of the Projects.
We can see the SP and it shows the fields, but when you double-click it, it
doesn't open it so you can edit it.
Also, when you drag a SP (or table for that matter), it creates a new
SqlConnection object everytime - even when there is one or two on the page.
This forces us to delete the new one and manually edit the object. In 2002,
it would seemed to use the SqlConnection object at the bottom of the page,
if it could.
Thanks,
Tom