If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > General database question (possibly mysql related)

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-29-08, 23:43
DPK99 DPK99 is offline
Registered User
 
Join Date: Apr 2005
Posts: 5
General database question (possibly mysql related)

I would like to create a database where select data can be synched from handheld devices (probably running windows mobile) to the general database. An example would be a payroll database where off site supervisors can enter employee time into a windows mobile handheld, and then synch their devices to the main database where the employee data is uploaded.

Is it possible to use a mysql database for such purposes? Would it be a relatively pain free job for a consultant to do?
Reply With Quote
  #2 (permalink)  
Old 01-30-08, 04:42
healdem healdem is online now
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,262
If you are wanting to sync with windows mobile then you would simplfy your life by sticking to the Microsoft stable and use SQL server. However there is no reason why you cannot talk to any db backend. I just think in design terms if you are going down the route of a local db on the PDA then it makes sense to stick to the same family of db products.

I suspect there will be more examples of people using SQL server for that task than MySQL, you will almost certainly have to do a bot more work working out the synchronisation strategy from the PDA to MySQL than SQL server. And I'd guess the skills will be more transferable staying with SQL server
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On