S
Simone
We're building an app using SQL Server 2000, and .NET Compact Framework on
Pocket PC 2002. Requirements include the desktop application to control what
is being sent to the device, and what's being received on the desktop. The
data will be synced often, via cradle, no wireless. Data would consist of
some fields, and binary data. As soon as the device is docked, I would like
to send the data, no questions asked, and if an error occurs, the desktop
should handle it. Data would be passed back and forth from device to
desktop.
Browsing through the newsgroups I realized there were some many different
ways of passing data. I would prefer RDA, but reason I'm avoiding it is
because of this activesync requirement. I still have a lot of questions:
1) The only way to sync as soon as device is docked would be by creating an
ActiveSync provider, is this correct, or is there an easier way?
2) As of today are there any .NET wrappers for writing ActiveSync providers?
3) Can I program the ActiveSync provider to send data directly to ADO and
Sql Server over TCP?
4) Any sample applications for creating providers like that?
Thanks in advance for all your help.
Simone
Pocket PC 2002. Requirements include the desktop application to control what
is being sent to the device, and what's being received on the desktop. The
data will be synced often, via cradle, no wireless. Data would consist of
some fields, and binary data. As soon as the device is docked, I would like
to send the data, no questions asked, and if an error occurs, the desktop
should handle it. Data would be passed back and forth from device to
desktop.
Browsing through the newsgroups I realized there were some many different
ways of passing data. I would prefer RDA, but reason I'm avoiding it is
because of this activesync requirement. I still have a lot of questions:
1) The only way to sync as soon as device is docked would be by creating an
ActiveSync provider, is this correct, or is there an easier way?
2) As of today are there any .NET wrappers for writing ActiveSync providers?
3) Can I program the ActiveSync provider to send data directly to ADO and
Sql Server over TCP?
4) Any sample applications for creating providers like that?
Thanks in advance for all your help.
Simone