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 09-02-2008, 10:28 by riccardospagni. 7 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"
      SMS your TO DO list to your email
    •  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.
    View as RSS news feed in XML
    Powered by Community Server (Commercial Edition), by Telligent Systems