Connect With Sql Server
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
I am a software developer and new comers of PocketPC application.I am using VS2008(VB.NET) and Sql Server2005.I write my connection string like that:- "SERVERNAME=IPAddress of Machine;INITIAL CATALOG=mydb;UID=SA;PWD=".Then it works fine.But when I connect with sql express and change the connection string like that:-"SERVERNAME=IPAddress of Machine\Sqlexpress;INITIAL CATALOG=mydb;UID=SA;PWD=".But it shows an error message:-"Sql Exception".Please help me. :(