Sync DB between Windows Mobile and MySQL

  • Thread starter Panagiotis Peikidis
  • Start date
P

Panagiotis Peikidis

Hello everyone,

as the title suggests, I am trying to create a Windows Mobile
application that contains a local database cache which synchronizes
with a central database server. The database already exists and it's a
MySQL hosted in a linux server.

I am trying to figure out how to do this with the new Microsoft Sync
Framework but I am failing miserably. I have so many questions.

First of all, I am trying to follow this walkthrough:
http://msdn.microsoft.com/en-us/library/cc488004.aspx

I cannot find the service as noted in section "Adding a Web reference
from the project to the WCF service". I successfully run the service
as instructed previously but there is nothing in http://localhost:4837/etcetc..

Anyway, my first question is: Is this middle tier thing in the
walkthrough a web service? If so, I probably can't use this in the
linux server. So, what do I do?
 
M

micky socaci

Hey,

Have you figured it out?

I'm in a similar position and for the moment I'm considering doing the synchronization manually through TCPClient connected to a socket server that will actually do most of the work.

Client caches data locally and whenever it has connectivity it pushes data to central server for input into main database.





Panagiotis Peikidis wrote:

Sync DB between Windows Mobile and MySQL
04-Mar-10

Hello everyone

as the title suggests, I am trying to create a Windows Mobil
application that contains a local database cache which synchronize
with a central database server. The database already exists and it is
MySQL hosted in a linux server

I am trying to figure out how to do this with the new Microsoft Syn
Framework but I am failing miserably. I have so many questions

First of all, I am trying to follow this walkthrough
http://msdn.microsoft.com/en-us/library/cc488004.asp

I cannot find the service as noted in section "Adding a Web referenc
from the project to the WCF service". I successfully run the servic
as instructed previously but there is nothing in http://localhost:4837/etcetc.

Anyway, my first question is: Is this middle tier thing in th
walkthrough a web service? If so, I probably cannot use this in th
linux server. So, what do I do?

Previous Posts In This Thread:

Sync DB between Windows Mobile and MySQL
Hello everyone

as the title suggests, I am trying to create a Windows Mobil
application that contains a local database cache which synchronize
with a central database server. The database already exists and it is
MySQL hosted in a linux server

I am trying to figure out how to do this with the new Microsoft Syn
Framework but I am failing miserably. I have so many questions

First of all, I am trying to follow this walkthrough
http://msdn.microsoft.com/en-us/library/cc488004.asp

I cannot find the service as noted in section "Adding a Web referenc
from the project to the WCF service". I successfully run the servic
as instructed previously but there is nothing in http://localhost:4837/etcetc.

Anyway, my first question is: Is this middle tier thing in th
walkthrough a web service? If so, I probably cannot use this in th
linux server. So, what do I do?


Submitted via EggHeadCafe - Software Developer Portal of Choice
Using VSTO Add-In To Automate Frequent Excel 2007 Tasks
http://www.eggheadcafe.com/tutorial...60-39a86ccab5d6/using-vsto-addin-to-auto.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top