Connection Timeout parameter ignored in version 2.50.4.0?

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
amd2002a

Connection Timeout parameter ignored in version 2.50.4.0?

Post by amd2002a » Fri 23 Jun 2006 13:53

We are using version 2.50.4.0 of the driver for SQL Server in our application but when we set the Connection Timeout parameter in the DBXConnections.ini file it seems to be ignored by the driver. Are there any issues with this parameter in this version of the driver?

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

Post by Jackson » Mon 26 Jun 2006 08:57

Please make sure you are using TCRSQLConnection component instead of TSQLConnection.
If TSQLConnection is used, extended options are available only at run time.
See DbxSda ReadMe.html for more information about extended options.

Post Reply