I am planning to develop Internet application for Mobile Devices. For that in need interact with database and download info on mobile device. Then process the info and send it back to main database. Simple haan!!
This is how i intend to do
1) Create XML file containing required info using ASP.
2) Download that XML file to mobile device.
3) Process the info on mobile.
4) Send it back to main server, but how will i update database??
Can some please give me with info as to what is the best way to do this? Or can this be done at all using ASP/XML technology.
Thanks
Monty