Originally posted by |Uv`-f|UtE-`:
How to send survey questions together with dee answers to a database server if i'm applying wml coding using Nokia Mobile Internet Tookit ?
Does using Postfield works ?
Confusion.
Are u writing in Java or C++ ? I recalled writing a similar application.WML is the end result on your phone..so when u post the data fields..u got to post to a program and this program will add to the DB of your choice if the data's correct. And u should NOT be sending the questions and answers. Your phone client should extract the data from the textfields and post the data fields to the server application.
Mine was written in Java, so i don't noe what tools are there avaliable for C++. but i do belive VS.NET should be able to handle the Data connections.