Connecting Tech Pros Worldwide Help | Site Map

Synchronize Access Database onto PDA

Familiar Sight
 
Join Date: Nov 2006
Posts: 168
#1: Dec 22 '08
Hi All,

I'm starting a new project and need some help...

I would like to update a main database file on a PC using PDAs. The PDA will contain the replica file and any changes made by workers on the PDA will sync to the PC file.....

The hard bit, i would like this to be done wirelessly or possibly through bluetooth and done instantly.... using windows mobile...

I would like to know if this can be done? if so, how and what equipment is required?

all help will be appreciated many thanks
NeoPa's Avatar
Administrator
 
Join Date: Oct 2006
Location: London - UK
Posts: 15,672
#2: Dec 22 '08

re: Synchronize Access Database onto PDA


I think you will probably find more appropriate expertise in the Mobile Development Forum, so I've moved this for you.

Good luck with your project :)

PS. Adjusted title to give the Mobile Experts a better understanding of where you're coming from.
Familiar Sight
 
Join Date: Nov 2006
Posts: 168
#3: Dec 23 '08

re: Synchronize Access Database onto PDA


anyone? I need serious advice ;)
NeoPa's Avatar
Administrator
 
Join Date: Oct 2006
Location: London - UK
Posts: 15,672
#4: Dec 23 '08

re: Synchronize Access Database onto PDA


I'm afraid that not all forums are as well populated or as busy as Access is (only .NET comes close). I will see if I can drum up some interest in the general Expert area.
insertAlias's Avatar
Forum Leader
 
Join Date: Apr 2008
Location: San Antonio, TX (USA)
Posts: 2,603
#5: Dec 23 '08

re: Synchronize Access Database onto PDA


How about exposing a web service that can modify the access database, and letting your WinMo program connect to that?
Plater's Avatar
Moderator
 
Join Date: Apr 2007
Location: New England
Posts: 7,148
#6: Dec 23 '08

re: Synchronize Access Database onto PDA


Its my belief that data syncronizing is always a huge pain.
InsertAlias may have the best solution as far as connectivity over wireless.
Being able to handle webpages/etc is a pretty standard ability on devices. The bonus of a webservice is you can use a webpage to communicate with it, or software like a windows application.

Bluetooth requires such a close proximity that you might as well be connected with a usb cable and use ActiveSync to sync.
insertAlias's Avatar
Forum Leader
 
Join Date: Apr 2008
Location: San Antonio, TX (USA)
Posts: 2,603
#7: Dec 23 '08

re: Synchronize Access Database onto PDA


Yeah, think of the web service as an online class library that any client can use.

The best thing about this is that if your PDAs have internet access, they don't have to store a changelog, they can update the source DB itself.
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,066
#8: Dec 23 '08

re: Synchronize Access Database onto PDA


Hmmm.....the OP is going to need to host the synchronizing methods on a web server if they implement the web services solution...They'd have to turn the computer into a web server. This seems to be a bit overkill for what is required. There has to be a better way to do this....mind you I can't think of one off the top of my head.

>>subscribing because I'm curious<<
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,066
#9: Dec 23 '08

re: Synchronize Access Database onto PDA


Hmm after poking around I found that ActiveSync will synchronize your pocket PC's Access with your PC's access....however wirelessly doing this seems to have been discontinued because the data being transferred was unencrypted.

I think I saw some mention that this can be done via Bluetooth but the range is limited... I'm not 100% on it though, especially since the MSDN article doesn't mention Bluetooth support at all.
Reply