Can't open a connection to SQL Server 2005 from a pocketpc (windows mobile 6)
I'm trying to connect from a pocket pc app (windows mobile 6) to a SQL Server 2005, but no matter how hard I try it didn't work. I checked every possible configuration for enabling tcp on SQL Server, I tested many connection strings, but still have the problem when I attempt to open the connection, I'm sure it's not a network issue because I can ping on my pocket pc from the server machine without any problem and the firewall on my server machine is disabled : here is one of the connection strings I used : Data Source=10.168.0.160,1433;Initial Catalog=pos;Trusted_connection=yes;user id