Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 2147217871 Microsoft OLE DB Provider for SQL Server Timeout expired

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-09-10 : 08:12:42
Irfan writes "I use Stored Proc to insert just 3 fields of data into the database. It works fine initially, but suddenly it prompts the followin error,

Error : -2147217871
Source : Microsoft OLE DB Provider for SQL Server
Descripion : Timeout expired
Help Context : 1000440


I call this Stored Proc in a DLL and use DLL object in an ASP Page. While facing this problem, i call that Stored Proc directly from the clien. It works fine, and just after the successfull execution, the ASP page again works properly.

I just need the cause of this error, can anyone help me regarding this problem.
Thanks.."

robvolk
Most Valuable Yak

15732 Posts

Posted - 2003-09-10 : 19:39:21
This might help, if you're running under similar circumstances:

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=29043
Go to Top of Page
   

- Advertisement -