Why did user-level security disappear in 2007?

  • Thread starter Thread starter ElPresidente
  • Start date Start date
E

ElPresidente

Doesn't both MDB and ACCDB use Jet so shouldn't they both support it?
 
Accdb is a different version of Jet called the Access Database Engine that
is specific to Office. It supports some features (like multi-value fields)
that mdb does not. It also does not support some features (like security)
that mdb does. I suppose it *could* support security, but the Access Team
made a deliberate decision to leave it out.

--
--Roger Carlson
MS Access MVP
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/wa.exe?SUBED1=ACCESS-L
 
Doesn't both MDB and ACCDB use Jet so shouldn't they both support it?

If you use the mdb format, then you most certainly can use ULS with access
2007.

It is only when you use the accDB format that you using a "new" version of
the jet engine (called ACE), and in that case, you don't have ULS.....


So, ULS still can be used in a2007, you just have to stick to the mdb format
.....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top