Hi all,
I have a problem with SQL Server 2005 and classic asp and recordsets.
Whenever I modify a Table, it seems to affect all the stored procedures dependent on that table and when I call the (select) sproc, the error is:
"The Request Properties cannot be supported"
But when I run the sproc in query analyzer window, there are no problems. And when I call the sproc via ado.net, no problems there too.
But when I open Management Studio as an admin, and alter the sprocs 1 by 1, and hit execute to alter them, everything starts working again.
Please help.
Thanks