SQLServer 2005, GetServerList()

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Bagieta
Posts: 21
Joined: Tue 09 Nov 2004 08:02
Location: Poland

SQLServer 2005, GetServerList()

Post by Bagieta » Fri 27 May 2005 16:43

I'm testing SQLServer 2005 (SQLExpress). Everything is fine apart one thing.
When I call
MSConnectDialog->GetServerList(combo);
Call of this method takes me about 15 seconds. Unfortunately it doesn't return any Server in the list. The list is empty.
I understand that it doesn't fully support the new MSSQL edition, but the trouble is that I cannot make this method call shorter.
I have tried to set ConnectionTimeout for shorter time but it didn't help.
How can I do it to search for database server shorter thatn 15 sec?

Regards
Bagieta

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Mon 30 May 2005 08:52

Now we couldn't suggest you anything exact. Probably after release the next public beta of the server we could advise something else.

Post Reply