CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2001
    Location
    MD USA
    Posts
    12

    Desktop App connect to Internet .mdb ???

    I have a data entry program designed to use a local (.mdb) database. I'd like to learn how to connect to an Internet server, so work could be done from anywhere.
    Any suggestions?
    TIA
    Timg


  2. #2
    Join Date
    Aug 2000
    Location
    NY, USA
    Posts
    632

    Re: Desktop App connect to Internet .mdb ???

    Start with learning ASP.

    Vlad


  3. #3
    Join Date
    Feb 2001
    Location
    MD USA
    Posts
    12

    Re: Desktop App connect to Internet .mdb ???

    I'm going to take that as a NO. I was hoping there was a way to create a virtual drive or something and just map the path when a user is connected to the internet site.
    Thanks


  4. #4
    Join Date
    Aug 2000
    Location
    NY, USA
    Posts
    632

    Re: Desktop App connect to Internet .mdb ???

    Good luck with this approach.

    Vlad


  5. #5
    Join Date
    Feb 2001
    Location
    MD USA
    Posts
    12

    Re: Desktop App connect to Internet .mdb ???

    Thanks again Vlad,
    Since you don't sound too optimistic (LOL) I think I'll just get to work converting the project to ASP

    Timg


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

Featured