J
Josep
Hello,
I've an aplication written in C# (NET Framework 2, not Compact) that
connects to SQL Server using a wireless connection with
System.Data.SqlClient, connecting to SQL Server using TCP/IP protocol.
I've small disconnections all the time. Doing a "ping -t SERVER" I lost
10% of the pings, but never more than two together.
The problem is that when I get disconnected the application gets frozen
(20 seconds aprox.). Is there a way to keep it going, because the
disconnections are so small. I don't know if SqlClient is aware of this
disconnections or if I should use another way to connect to SQL Server.
I'm new to wireless applications and I'm quite lost. I would be pleased
if someone helps me.
Thank you in advance,
Josep
I've an aplication written in C# (NET Framework 2, not Compact) that
connects to SQL Server using a wireless connection with
System.Data.SqlClient, connecting to SQL Server using TCP/IP protocol.
I've small disconnections all the time. Doing a "ping -t SERVER" I lost
10% of the pings, but never more than two together.
The problem is that when I get disconnected the application gets frozen
(20 seconds aprox.). Is there a way to keep it going, because the
disconnections are so small. I don't know if SqlClient is aware of this
disconnections or if I should use another way to connect to SQL Server.
I'm new to wireless applications and I'm quite lost. I would be pleased
if someone helps me.
Thank you in advance,
Josep