Results 1 to 2 of 2

Thread: visual studio 2010 windows application and interaction with MS Access 2007/2003

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2010
    Posts
    99

    visual studio 2010 windows application and interaction with MS Access 2007/2003

    If I create a windows app which I link to an MS Access databse file that already exists ... will I need to have MS Office installed on every computer at which I want to use the app ?

    If not then how do I go about making a standalone windows app that will store information in a database of some form or another ?

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

    Re: visual studio 2010 windows application and interaction with MS Access 2007/2003

    You don't have to have Office/Access installed to use an Access database. If you're using an MDB file then the required Jet OLE DB provider is installed as part of Windows. If you're using an ACCDB file then you will need to install the ACE OLE DB provider. That gets installed with Office/Access or there's a driver pack you can install for applications like yours.

    http://www.microsoft.com/downloads/e...2-ef94e038c891
    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

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