K
Kurt
Hi,
I am trying to connect to a SQL Server database from a PocketPC application
in .NET 2003.
I use the following connectionstring:
conSql2000=new SqlConnection(@"integrated
security=SSPI;Server=169.254.25.129;persist security
info=True;Database=DotNetCF");
The IP address is the address of the Local Loopback adapter on the desktop
computer.
When I open the connection with:
conSql2000.Open();
I get an exception with the message:
Index #0
Error
System.Data.SqlClient.SqlError: General network error
Check your network documentation
Can anyone help?
Thanks.
Kurt.
I am trying to connect to a SQL Server database from a PocketPC application
in .NET 2003.
I use the following connectionstring:
conSql2000=new SqlConnection(@"integrated
security=SSPI;Server=169.254.25.129;persist security
info=True;Database=DotNetCF");
The IP address is the address of the Local Loopback adapter on the desktop
computer.
When I open the connection with:
conSql2000.Open();
I get an exception with the message:
Index #0
Error
System.Data.SqlClient.SqlError: General network error
Check your network documentation
Can anyone help?
Thanks.
Kurt.