Prev: Adding a filter functionality to my database form. What's wrongwith that code?
Next: Marshalling C# Strings to VC++ 6.0
From: micky on 12 Apr 2010 09:30 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 Mobile application that contains a local database cache which synchronizes with a central database server. The database already exists and it is 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 cannot use this in the linux server. So, what do I do? Previous Posts In This Thread: On Thursday, March 04, 2010 6:56 AM Panagiotis Peikidis wrote: Sync DB between Windows Mobile and MySQL 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 is 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 cannot use this in the 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/tutorials/aspnet/ff2d1d4b-aedf-4d14-9e60-39a86ccab5d6/using-vsto-addin-to-auto.aspx |