Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Mobile Development
  3. Mobile
  4. sharing database in mobile phone with pc

sharing database in mobile phone with pc

Scheduled Pinned Locked Moved Mobile
databasequestion
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    csng4
    wrote on last edited by
    #1

    i have to develop a window mobile application but due to limitation of mobile application i have to share my database in mobile application to pc for further process.anyone got idea about this?

    A J A 3 Replies Last reply
    0
    • C csng4

      i have to develop a window mobile application but due to limitation of mobile application i have to share my database in mobile application to pc for further process.anyone got idea about this?

      A Offline
      A Offline
      annathor
      wrote on last edited by
      #2

      make your mobile app save the location of the database file in the windows mobile registry. on your desktop app use rapi.dll to read the registry value on the mobile, and fetch the file using rapi.dll If the desktop application is writen in a .Net language you need to p/invoke the methods you need in rapi.dll. Hope it helps.

      1 Reply Last reply
      0
      • C csng4

        i have to develop a window mobile application but due to limitation of mobile application i have to share my database in mobile application to pc for further process.anyone got idea about this?

        J Offline
        J Offline
        Joe Woodbury
        wrote on last edited by
        #3

        Just an idea, but I thought SQL Server Compact Edition (SQL CE) created binaries compatible across all platforms using SQL CE.

        1 Reply Last reply
        0
        • C csng4

          i have to develop a window mobile application but due to limitation of mobile application i have to share my database in mobile application to pc for further process.anyone got idea about this?

          A Offline
          A Offline
          All Time Programming
          wrote on last edited by
          #4

          I had a situation where I had to save data of Mobile App in Mobile & at the end of the day, data was transferred to PC. Simply store the data in CSV, txt or such light weight format. While transferring to PC, parse the data accordingly. PC App & mobile App both will be knowing where the data is being stored, co no need to store path seperately anywhere. Yet you may confirm the path and/or ask for a new path from PC parser app of file stored in mobile.

          Thanks & Regards, Note: Always vote according to your satisfaction of the answer, afterall somebody is giving time to help you.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups