Random Disconnect

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
wjm4
Posts: 72
Joined: Mon 12 Feb 2007 21:31

Random Disconnect

Post by wjm4 » Wed 22 Mar 2017 17:39

I am having users report they get the below error while using my application. The application connects on startup and uses the database over the time of the app. Before this error is thrown, the user is viewing a table on the database so I know the connection is active within the last 2 seconds. This doesn't happen all of the time but does happen often.
Any suggestions on how this is happening and possible solutions / work around?

Error:
dbnetlib connectionwrite (send()). general network error. check your network documentation

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: Random Disconnect

Post by azyk » Fri 24 Mar 2017 10:28

To avoid the error '[DBNETLIB][ConnectionWrite (send()).] General network error' try to use the recommendations from SQL Server documentation article: https://social.msdn.microsoft.com/Forum ... dataaccess

Post Reply