After my OS upgrade from Windows 2000 Server to Windows 2003 Server,
my webapplication in ASP wouldn't execute a recordset to call a insert
or update Stored Procedure in SQL Server 2000. Open a recordset works
fine!
Rs.Open --> request would be sended to the database
Rs.Execute --> request don't leave the dll, database wouldn't be
reached.
Should it be a Rights problem?