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

Re: ODBC slow connection by William

William
Fri Oct 01 13:59:20 CDT 2004

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.
__________________________________

"Franco" <frtorrin@tin.it> wrote in message
news:ermuVd5pEHA.2032@TK2MSFTNGP10.phx.gbl...
> 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
>



Re: ODBC slow connection by Franco

Franco
Tue Oct 05 06:12:45 CDT 2004

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.



"William (Bill) Vaughn" <billvaRemoveThis@nwlink.com> ha scritto nel
messaggio news:O7IoDj%23pEHA.3592@TK2MSFTNGP09.phx.gbl...
>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.
> __________________________________
>
> "Franco" <frtorrin@tin.it> wrote in message
> news:ermuVd5pEHA.2032@TK2MSFTNGP10.phx.gbl...
>> 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
>>
>
>