Sync local MS Access file with goOgle Docs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • snehil
    New Member
    • Jun 2009
    • 19

    Sync local MS Access file with goOgle Docs

    I have an aplication that stores the data in a local MS access file now I want to move the data to the goOgle docs ans synt my MS Access files with goOgle docs.
    I'm planning to store all my app documents in a specific folder on goOgle docs and then sync it with the MS access file.. As I'm having no prior experience of working on goOgle docs API so can any one please guide me in the right dfirection and if possible provide some resources (links to blogposts or forum threads) which can help me to do the above said task.
    Also what should be the best way of syncing the data??
  • michaeldebruin
    New Member
    • Feb 2011
    • 134

    #2
    http://code.google.com/intl/nl/apis/documents/ this may provide you some information about using the API.
    Otherwise just search on google for API scripts and maybe somewhat more specific search for google docs API. You must be able to find enough information/scrips to help you.
    For the file sync, I think it is the best to use a counter to count every single directory and file and then use an array or something. On this way I think you are enable to get all the data. Do this for both sides and you will get all the data. Then it is simply make sure that you use some kind of a safe function, or something similar, to create the real syncronizer.

    Comment

    Working...