Results 1 to 3 of 3

Thread: .NET db access (Access to sql)

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2008
    Posts
    15

    .NET db access (Access to sql)

    Hello all,

    I have a desktop application that uses an access database, and I need to have access to it on the mobile device. How can I get sqlce to open the access database?

    --> using VB.NET 2005 / Windows Mobile 6


    Thanks in advance

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

    Re: .NET db access (Access to sql)

    I have a mobile app that is used to enter data onto a SQL Server CE database, then sync with an Access database on a laptop. That's not necessarily all that close to what you are doing, but perhaps it applies. The technique I used was to open a TCP connection and pass the tables using XML. Much of the code for that has been posted on this forum, but it was over a year ago (in fact, it has been about two years since I even worked on that project, so even my memory is dated on the subject).

    If that sounds like it might be of interest, you can search on my username and something like TCPListener in this forum, and you'll find the threads. Of course, that's not having "sqlce open the access database", that's more a case of the access database getting packaged up and sent to the mobile.
    My usual boring signature: Nothing

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

    Re: .NET db access (Access to sql)

    Hi,
    we have an application, SqlLinkCE that does that, and there are other 3rd party sollutions.

    There is also an access to SqlCe synchronise, provided free from Microsoft
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

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