Sending data to online database

A

Arda Coskun

Hi,

I want to send the score and details of player to online SQL database from
..NET Compact Framework(Smartphone). It can be as querystring or any other
types to send info to a web page or directly database from the Smartphone
application.

How can I do this?

Kind Regards,

Arda
 
A

Alex Feinman [MVP]

The easiest way is to use a web service. You can pass a dataset or Xml
document to such web service. The service method will write the data to the
database
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top