EMSError

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
krimson
Posts: 13
Joined: Sun 24 Sep 2006 08:56

EMSError

Post by krimson » Wed 09 May 2007 12:32

Hello,

My application generated this EMSerror:

[DBNETLIB][ConnectionWrite (send()).]

What can be the cause of this and how can I prevent/recover this error?

regards,

krimson

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Fri 11 May 2007 14:31

This error may arise if the server instance is too busy to process the request, or there is some network problem.
Maybe this topic will help you to solve the problem: http://msdn2.microsoft.com/en-us/library/aa560429.aspx.

Post Reply