Results 1 to 3 of 3

Thread: Connecting MS Access.

  1. #1

    Thread Starter
    Fanatic Member vijy's Avatar
    Join Date
    May 2007
    Location
    India
    Posts
    548

    Connecting MS Access.

    Am having an Mdb inside a Zip folder, i want to select,insert and update datas in the mdb. How to access this mdb?
    Last edited by vijy; Aug 3rd, 2010 at 08:13 AM.
    Visual Studio.net 2010
    If this post is useful, rate it


  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Connecting MS Access.

    Quite simply, you don't. A ZIP "folder" is not a folder. It's a file. If you want to use the MDB file you must first extract it from the ZIP archive. You can add it back to the archive afterwards but you can't use it as a database while it's compressed.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Fanatic Member vijy's Avatar
    Join Date
    May 2007
    Location
    India
    Posts
    548

    Re: Connecting MS Access.


    Thanks john..
    Visual Studio.net 2010
    If this post is useful, rate it


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