Re: WebServices Query by Neil
Neil
Fri Sep 29 17:24:03 CDT 2006
You cannot query a SQL Server CE database running on a device from a desktop
application using Web Services. The .NET Compact Framework does not support
hosting Web services. Also, Web Services for data replication are
notoriously slow and cumbersome. You should consider using merge replication
in your application. Failing that, consider RDA.
--
-------------------------
Neil Cowburn
Principal Partner
OpenNETCF Consulting, LLC
<poornima.venkataraman@gmail.com> wrote in message
news:1159333511.788846.124660@h48g2000cwc.googlegroups.com...
>I have a device application with a database in it.I want to push the
> tables from this database to the one in Remote SQL Server.I have
> written the both the devce and the Windows application in VB.net.
> The methods to accomplish the aboce are RDA,WebServices,Replication.
> Now i do not know how to write a webservice and how to access form my
> managed code.
> Please tell me how to write a XML Webservice to access a remote
> database from a SqlCe database and also access it in my
> managed code
>