Home All Groups Group Topic Archive Search About

Tranferring data to remote server.(how to http post)?

Author
29 Jun 2006 8:17 AM
vaj
Hi everyone,
Im not looking to tranfer the datasets on a CE device to a remote
server.
Tried RDA but my sql server isnt compatible with the version of SQL
server CE I have on the device.So what me and my colligues thought was
to do a http posting to the serevr.but the problem is non of us know
how to do this.
could any of u tell me how to do this or is there anyother way i can
get this data transferred?
cheers,
-vaj
p.s. Im using VB.NET

Author
29 Jun 2006 1:55 PM
William LaMartin
Here is the scenario on VisualStudio 2003 or 2005

Create a webService on the server that will accept a dataset and have the
service write the data to an XML file on the server or to a database on the
server.

Then write a smartdevice application to upload the dataset using this
webservice.


Show quoteHide quote
"vaj" <v**@spaceair.co.uk> wrote in message
news:1151569078.330922.98230@d56g2000cwd.googlegroups.com...
> Hi everyone,
> Im not looking to tranfer the datasets on a CE device to a remote
> server.
> Tried RDA but my sql server isnt compatible with the version of SQL
> server CE I have on the device.So what me and my colligues thought was
> to do a http posting to the serevr.but the problem is non of us know
> how to do this.
> could any of u tell me how to do this or is there anyother way i can
> get this data transferred?
> cheers,
> -vaj
> p.s. Im using VB.NET
>