N
neilhza
Hi
My client requires a simple data transfer utility to synchronise data
for a custom c# app between his windows mobile 5.0 pda and a xp pro
server. I cannot use the sql mobile synchronisation as the cost of
licensing sql 2005 enterprise edition is not feasible for this project.
I have also not been able to get it working on a duplicate of their
environment (xp pro server, no domain).
I'm new to mobile development but not c# windows and web dev. Can
anyone advise me on my options to develop a c# utility to automatically
transfer xml data files between the mobile device and the server it is
connected to via usb?
I really didn't think it would be this hard but I cannot find anything
yet to help me. I have tried using the server explorer to create
database connections and then create datasources (from the Data menu)
on the mobile app, this works in design time as I can preview the data,
but as soon as I run it in the emulator or real mobile 5.0 pda it
throws an empty SQLException (message is also "SQLException"). Can
anyone point me in the right direction to find a way to write this
automation myself?
My client requires a simple data transfer utility to synchronise data
for a custom c# app between his windows mobile 5.0 pda and a xp pro
server. I cannot use the sql mobile synchronisation as the cost of
licensing sql 2005 enterprise edition is not feasible for this project.
I have also not been able to get it working on a duplicate of their
environment (xp pro server, no domain).
I'm new to mobile development but not c# windows and web dev. Can
anyone advise me on my options to develop a c# utility to automatically
transfer xml data files between the mobile device and the server it is
connected to via usb?
I really didn't think it would be this hard but I cannot find anything
yet to help me. I have tried using the server explorer to create
database connections and then create datasources (from the Data menu)
on the mobile app, this works in design time as I can preview the data,
but as soon as I run it in the emulator or real mobile 5.0 pda it
throws an empty SQLException (message is also "SQLException"). Can
anyone point me in the right direction to find a way to write this
automation myself?