Results 1 to 4 of 4

Thread: Access To SQL CE

  1. #1

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

    Access To SQL CE

    Hi Peeps,

    I have a back office Access 2000 database and want to export some of the data into my SQL CE database which is being deployed to my PDA. Does anyone know of an easy or any way to do this?

    Thank you all for any help,

    Jiggy!

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

    Re: Access To SQL CE

    Export it to flat files and import it?
    Web Service?
    There is an Access synchronisation tool on the MS web site.

    Pete
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  3. #3
    Hyperactive Member
    Join Date
    Jun 2002
    Posts
    352

    Re: Access To SQL CE

    I tried the Access Sync Tool, it must be above me. I could not get it to work, although others have.

    Text files can be used also. I am using a delimited text file method, although told Xml would work as well. Not being used to Xml, delimited text seemed to be a good workaround for me.


  4. #4
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: Access To SQL CE

    Here's a link to a couple of links where I posted some of the code I use to do what you are talking about:

    http://www.vbforums.com/showthread.p...&highlight=TCP

    Basically, I turn the tables into XML, and send them over a TCP connection in a background thread.
    My usual boring signature: Nothing

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