C
Chris
I have a question from you mobile gurus regarding an upcoming PocketPC
project I will be working on which can be summarized as:
A PocketPC based application which will require users to log in and receive
user-specific form data from values stored in a SQL 2K database. The DB
values will populate a template form on the device (or one will be drawn
dynamically based on the values queried from the DB). The end-user then
fills in additional values and sends the resulting data back to the DB.
Some restraints:
*We can only use synchronization via the cradle to move data back and forth
from the device.
Question:
*Would it be best to use SQL / SQL CE with replication, allowing users to
receive updated DB values once they log in to the device and sync? In the
past, I've used this method to populate a form application which already
exists on the device.
OR
*Is it better to use a Push/Pull (ie. query from the device) when syncing,
and use .Net or eVC to call stored procedures and get the data to the
device?
Your opinion is appreciated!
Thanks,
Chris
project I will be working on which can be summarized as:
A PocketPC based application which will require users to log in and receive
user-specific form data from values stored in a SQL 2K database. The DB
values will populate a template form on the device (or one will be drawn
dynamically based on the values queried from the DB). The end-user then
fills in additional values and sends the resulting data back to the DB.
Some restraints:
*We can only use synchronization via the cradle to move data back and forth
from the device.
Question:
*Would it be best to use SQL / SQL CE with replication, allowing users to
receive updated DB values once they log in to the device and sync? In the
past, I've used this method to populate a form application which already
exists on the device.
OR
*Is it better to use a Push/Pull (ie. query from the device) when syncing,
and use .Net or eVC to call stored procedures and get the data to the
device?
Your opinion is appreciated!
Thanks,
Chris