Database version

StewartBW 1,765 Reputation points
2024-03-30T19:40:55.6066667+00:00

Hey everyone

This wiki table is referiong to different Access ACE database versions:

https://en.wikipedia.org/wiki/Access_Database_Engine

ie ACE 14 supports database version 3.x and 4.0

ACE 15 and 16 only support database version 4.0

My question is that when creating new accdb or mdb blank database files using Access 2010 or 2016 can we specifiy that database version?

Because I will need to work with those database files using OleDbDataReader in .net framework and mostly Access database engine 2010 will be installed, so using .net can we retrieve the database file version?

Any info can be helpful and greatly appreciated

jet

Microsoft 365 and Office Access Development
Microsoft 365 and Office Access For business Windows
{count} votes

1 answer

Sort by: Most helpful
  1. Tom van Stiphout 1,861 Reputation points MVP
    2024-03-30T22:13:50.02+00:00

    How are you creating the database? If programmatically there is no such choice in DBEngine.CreateDatabase.
    If manually, you can create a database, and then Save As an older version, such as here in Access 365:
    User's image


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.