ODBC slow connection

  • Thread starter Thread starter Franco
  • Start date Start date
F

Franco

Hi,
in my ASP.NET application I've a problem with an ODBConnection.
It is very slow (about 30 seconds) on first connection.
I've tryed differents DBMS, postgres and sql server.

Do you have any idea or suggestion?

thanks in advance and sorry for my english.
Franco
 
I expect ODBC is having trouble resolving the location of the server and
establishing the conversation. How are you connecting?

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
I'm using this connection string:
Driver=PostgreSQL;Server=192.168.0.33;Port=5432;Database=testdb;UID=postgres;PWD=;

I'm working on Windows XP SP2.
The problem does not apper installing web application on Windows 2003 Server
Web Edition.
I will try to install it on Windows 2000 Server Standard + .Net framework.
 
Back
Top