Connection Error SQL Server 2008

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
martin
Posts: 52
Joined: Mon 07 Nov 2005 09:48

Connection Error SQL Server 2008

Post by martin » Thu 02 Jul 2009 11:59

Hi !

We are migrating an server application from Win2003/SQLServer2000 to Win2003/SQL Server 2008 (32bit) and are experiencing random Connection Errors.

The App simply cannot connect to the Server or we are getting "General Network Error", although Application and Server are on the same physical machine !

Same Code works flawlessly on Win2003/SQLServer2000.

Are there any know issues with the dbExpress drivers and SQL Server 2008 ?

We use:
Delphi 6.02
dbExpress latest Version
Win2003 32bit
SQL Servr 2008 32bit

Any help greatly appreciated !

Kind regards
Martin

martin
Posts: 52
Joined: Mon 07 Nov 2005 09:48

Post by martin » Fri 03 Jul 2009 07:16

Does anybody know, if the Connection Timeout or something in this area has been changed with SQL Server 2008 ?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Fri 03 Jul 2009 10:08

This problem is not connected with DbxSda, but with work of SQL Server.
To solve the problem take a look at these articles:
http://support.microsoft.com/default.as ... -us;899599
http://social.msdn.microsoft.com/forums ... 6ef046dec/

Post Reply