Hi guys,
I need some help here to generate a list of multiple choice questions (MCQ) from SQL server 2005 on to a smartphone running on WM 5.0. I've manged to connect to the SQL server wireless in a LAN environment and done some simple login.
The next thing I need to do is to bind the data obtained from the table in the following format:
QueID(PK)
QueDescr
OptionA
OptionB
OptionC
QueAnswer
onto the device using Mobile Form showing some questions selected from the table. I need some direction here. Thanks