SA Developer .NET

Welcome to SA Developer .NET Sign in | Join | Help
in Search

Create sync model and set up mobilink to sync with the application using versions

Last post 11-25-2008, 14:08 by riccardospagni. 9 replies.
Sort Posts: Previous Next
  •  06-10-2008, 11:29 12697

    Create sync model and set up mobilink to sync with the application using versions

    how will i set my application to connect to mobilink server using version and connect to store procedures
  •  07-02-2008, 15:25 13133 in reply to 12697

    Re: Create sync model and set up mobilink to sync with the application using versions

    How do you mean dude?

    Poops, i did it again !
  •  08-21-2008, 10:34 14180 in reply to 13133

    Re: Create sync model and set up mobilink to sync with the application using versions

    how will i do the mobile and server sync? i just want the mobile phone to get latest information from the server.

     the other thing is it possible to make a website to work with phones?

  •  08-21-2008, 10:43 14182 in reply to 12697

    Re: Create sync model and set up mobilink to sync with the application using versions

    vusimuzi:
    how will i set my application to connect to mobilink server using version and connect to store procedures

    How do I fix the engine of my car ? is what I read in regards of this question. Please can you be more specific and provide more details. Unfortunately none of us will be able to assist based on the limited information provided with the original question.

    • What type of phones need to sync ?
    • What type of application is on the phone ?
    • What type of server application is running ?
    • Which framework are you using on the server and the phone ?
    • What type of data needs to be synced ?
    • Will the build in .Net Mobile Pages be sufficient for designing the website ?
    • .....

    Supplying the masses with useless information since 1996

    The views, comments and opinions expressed in this post is that of the poster alone unless otherwise indicated

    Diago.co.za
  •  08-21-2008, 10:48 14184 in reply to 14182

    Re: Create sync model and set up mobilink to sync with the application using versions

    Diago:

    How do I fix the engine of my car ? is what I read in regards of this question. Please can you be more specific and provide more details. Unfortunately none of us will be able to assist based on the limited information provided with the original question.

      HAHAHAHAHA... that's exactly wot I was thinking... Stick out tongue


      "I would love to change the world, but they won't give me the source code"
      Meeting Place - chat online with anyone, anytime, no downloads or plugins required
    •  08-21-2008, 11:03 14185 in reply to 14180

      Re: Create sync model and set up mobilink to sync with the application using versions

      vusimuzi:

      how will i do the mobile and server sync? i just want the mobile phone to get latest information from the server.

      Take a look at Microsoft Synchronization Services for ADO.Net

      vusimuzi:

      The other thing is it possible to make a website to work with phones?

      Yes. Take a look at ASP.Net Mobile (not compact framework) for rendering websites on mobile devices.


      Why go against tradition when we can admit defeat, live in decline, be the victim of our own design?
      http://dotnet.org.za/calmyourself
    •  08-22-2008, 8:59 14202 in reply to 14185

      Re: Create sync model and set up mobilink to sync with the application using versions

      As if planned, Channel 9 has just post a video on the Microsoft Sync Framework: http://channel9.msdn.com/posts/Charles/Inside-the-Microsoft-Sync-Framework/
      Robert MacLean
      http://www.sadev.co.za
    •  09-02-2008, 10:28 14474 in reply to 14185

      Re: Create sync model and set up mobilink to sync with the application using versions

      His post is a bit misleading - Vusi, when you say "sync" do you mean synchronise a local copy of data with a remote copy? Or do you mean pull down the latest copy of the data and present it to the user? Look at the Windows Mobile SDK and learn a bit about using ADO.NET on WM devices.

       

      ADO.NET's Sync framework is probably a better option for mobile devices (especially in SA), as it allows you to synchronise local and remote data using SQL CE. Changes in the local copy or in the remote copy are synchronised on the next connect request, conflict resolution has to be configured on the object.

       

      Are you even developing for WM devices? I mean, you could be developing for BlackBerry, and asking how to access a remote SQL server. Waaaaay too much ambiguity here.

       

      With regards to rendering websites, any site that is Strict XHTML 1.1 compliant will *GENERALLY* render with modern phones. Most modern mobile browsers are XHTML 1.1 compliant. Note: XHTML compliance does NOT imply CSS compliance, so you will probably lose CSS style information on the phone. Many sites specifically keep their style data in CSS files for this reason: on a desktop or on a decent mobile browser like Opera Mini or IE Mobile they render perfectly...on a phone with a slimmed down mobile browser (think Nokia Series 40 devices) it renders the text and non-CSS-linked pictures, allowing a cleaner, black-on-white page for such devices.


      And so the kief looked and lo, it was kief.
    •  11-25-2008, 13:56 15858 in reply to 14474

      Re: Create sync model and set up mobilink to sync with the application using versions

      i want to sync the server database with mobile device database. it can be via active sync or via gprs. i will appreciate the understanding and code sample.
    •  11-25-2008, 14:08 15859 in reply to 15858

      Re: Create sync model and set up mobilink to sync with the application using versions

      Vusi, I've been following some of your posts on this site, and it seems to me that you want people to do your work for you. You can't give vague information about how you "want to capture a fingerprint" or you "want to sync a mobile device with a database" and expect an answer with a code sample. I can give you a link to the Funambol sync server source, which does indeed sync a database with a mobile device using SyncML, but I can almost certainly guarantee that's not what you're looking for. You need to be VERY specific. What database? What mobile devices? What solutions have you tried already?

       

      Don't come here with vague questions and expect a solid response - if you want an end-to-end solution designed for you then you can put a posting in the Jobs section and be prepared to pay for our services as solution architects. This forum exists so that fellow developers can go "well, I'm trying to do X, Y and Z, but I'm confused as to which of these two products I should use" or "I've written the following code that won't run because of this error". This is NOT a forum where you can put a bunch of use-cases down and expect us to write your code for you.


      And so the kief looked and lo, it was kief.
    View as RSS news feed in XML
    Powered by Community Server (Commercial Edition), by Telligent Systems