Yes, you can connect to SQL Server Express from device using normal SQL Client which is included with VS 2005 and redistributable. If you having issues connecting, please use search to find a solution as this question has been answered many times.
ok i'll use web services andi try to create simple application but it error "could not establish connection to network" and i found same problem on this site but my problem stay appear
1. i don't know how to create actual server name, i try to use my computer name in IE on my PC butit don't work (localhost work!!), is actual server name = name in preproties of my computer )
2. My Emulator can't access localhost (using PocketIE), how to config my Emulator to see my web services (my pc can connect to my web services via htp://localhost/ )
thank you for your help : P
can windows mobile 5 connect to sel server 2005 express ?
can windows mobile 5 connect to sel server 2005 express ?
Deedhun
Yes, you can connect to SQL Server Express from device using normal SQL Client which is included with VS 2005 and redistributable. If you having issues connecting, please use search to find a solution as this question has been answered many times.
nrasinec
thank :)
Jake Watkins
but on ppc and emulator error at this line [] results = this.Invoke("testR", new object[] {
});
$exception {"Could not establish connection to network."} System.Exception {System.Net.WebException}
how to reslove this thank you!!
thank youQkyrie
Let's see... You're looking into using SQL Express on NETCF, perhaps ”SQL Express NETCF" would do...
Priyank_raval
1. i don't know how to create actual server name, i try to use my computer name in IE on my PC butit don't work (localhost work!!), is actual server name = name in preproties of my computer )
2. My Emulator can't access localhost (using PocketIE), how to config my Emulator to see my web services (my pc can connect to my web services via htp://localhost/ )
thank you for your help : P