Results 1 to 6 of 6
  1. #1
    larshgf is offline Novice
    Windows 10 Access 2013 32bit
    Join Date
    Feb 2017
    Posts
    3

    Question Must your user have Access installed in order to use mdb database in a program?

    Hi,



    I am programming in Delphi and uses the MS Access database (2013 .mdb-file). Wonder if the user of my program must have MS Access installed in order to use my program?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    No, you only need the ODBC driver. ADO connections.
    Install that and you can view tables.

  3. #3
    Join Date
    Jun 2015
    Location
    Wales. Land of the sheep.
    Posts
    1,228
    split your database so the tables are on a backend and the front end is then issued to each user.

    They don't need access installed. but they do need access runtime. Its free.

  4. #4
    larshgf is offline Novice
    Windows 10 Access 2013 32bit
    Join Date
    Feb 2017
    Posts
    3
    I should tell you that my program and database is a standalone application. I dont know if this information change the answer.
    I have created an ADOConnection with a connection string to the mdb-file. Will that be enough? Or do I in these circumstances ask my user to install the free Runtime Access version?

  5. #5
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870
    I have created an ADOConnection with a connection string to the mdb-file
    Can't you test what you have to see if it works?
    If not, please describe in more detail.

  6. #6
    larshgf is offline Novice
    Windows 10 Access 2013 32bit
    Join Date
    Feb 2017
    Posts
    3
    You are right! Can't do it on my own though with MS Access 2013 installed. I'll test it when the program is done :-)

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 11-28-2015, 07:54 AM
  2. Replies: 4
    Last Post: 09-14-2015, 12:33 PM
  3. Replies: 8
    Last Post: 09-03-2015, 08:16 PM
  4. C program: read/write Access database
    By serendipity1276 in forum Programming
    Replies: 1
    Last Post: 08-15-2011, 01:15 PM
  5. Replies: 1
    Last Post: 05-10-2011, 08:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums