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

  • Thread starter Thread starter vaj
  • Start date Start date
V

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
 
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.
 
Back
Top