Accdb vs mdb access database file

What is the difference between these two extensions?

I need to write to the access database from a WORD file using an ADODB connection

when I create a new access database, it gives me the ability to make only an ACCDB file, and for some reason I cannot make an MDB file

can someone help me create an MDB file so that I can connect to it with an ADODB to write to the / database?

+3
source share
1 answer

See this explanation .

, Access "save as" ( .mdb).

( ) ACCDB, :

  • . ( BLOB)

  • . ( " , " )

  • SharePoint Outlook ( accdb, Outlook )

ACCDB .

+3

Source: https://habr.com/ru/post/1756256/


All Articles