Hi,

I'm developing smart device application in VB.NET.

I couldn't make the connection with MSDE.

I used the following connection string.

myConnection = "server=10.0.0.8;Integrated Security=SSPI;User ID=sa;Initial Catalog=Example;Data Source=PPL\SQLSERVER;Trusted_Connection=yes;"

MSDE is on the same machine where i'm developing my apps. & testing the result with emulator. (NOt using RDA or Replication).Simply using ADO.NET commands to select a table from MSDE engine.

Please help me to solve this. I need it urgently.

Note:
1) Windows apps working well with this connection string.

Thank You.