sql - accdb vs mdb access database file -


what difference between these 2 extensions?

i need write access database word file using adodb connection

when create new access database gives me option make accdb file , reason cannot make mdb file

can please me create mdb file able make adodb connection in order write database/?

look @ this explanation.

also, in access, 'save as' give older versions save (including .mdb).

(from above link) using accdb format, able to:

  • include attachments in database. (supports blobs)

  • use multivalued fields. (store "check apply" in 1 field)

  • safe integration sharepoint , outlook (you can e-mail accdb , outlook won't block them)

  • encryption improvements

accdb databases not support user level security or replication.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -