Results 1 to 4 of 4

Thread: Access SDF in VB.Net?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2006
    Posts
    1,806

    Access SDF in VB.Net?

    Hi Peeps,

    I have a PDA application which records audits; these audits are being uploaded to a secure FTP server. I have had some problems with data transfer over the past 6 months so I want to extract the data from the PDA into a HQ Access database using tools in VB.Net. The reason for this is because it would take for ever to write something in CF so I want to write a tool in VB.Net to extract the data I need and import it manually into my Access database avoiding file transfer. I have 6 SDF files to work on.

    Is it possible to do such a thing?

    Thanks for any help,

    Jiggy!!

  2. #2
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: Access SDF in VB.Net?

    Hi,
    you can use SQLCEClient namespace on your server to read your SDF's and then you can write them to an access database.

    Copy your SDF files to your server, and access them locally as you would on the device
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2006
    Posts
    1,806

    Re: Access SDF in VB.Net?

    Hi petevick,

    Sorry for the massive delay; in the end I sorted the problem with the transfer but now I need to read an sdf file in a vb.net desktop application. I can't seem to find SQLCEClient in my references. Do you know where I would find the file?

    Thanks,

    Jiggy!

  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2006
    Posts
    1,806

    Re: Access SDF in VB.Net?

    I have mananged to get it referenced now but browsing for the dll

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width