Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
amarny
Starting Member
2 Posts |
Posted - 2007-08-02 : 23:45:45
|
All:I have an C# .net 2.0 application reading/writing data to an MS SQL Server 2005 using stored procedures.All works well over ethernet (cabled network connection).But I get the following error over encrypted wireless network when the application tries to execute an insert stored procedure.[DBNETLIB][ConnectionRead (recv()).]General network error. Check your network documentation. If I change network connection using an ethernet cable, it works fine.Any ideas why the application fails over the wireless network.Wireless Connection is of good strength and I can access internet, ping the sql server etc.,thanks in advance. |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2007-08-03 : 04:12:49
|
Which protocol do you use for Wireless? E 12°55'05.25"N 56°04'39.16" |
 |
|
amarny
Starting Member
2 Posts |
Posted - 2009-05-08 : 11:46:49
|
We had issues with WPA-Enterprise. Changed it to Open to get it to work. But we having the same issues again.Any clues.quote: Originally posted by Peso Which protocol do you use for Wireless? E 12°55'05.25"N 56°04'39.16"
|
 |
|
|
|
|