I may be wrong about this, but I remember reading that security and
synchronization are the two major jet features not supported be the DAO
classes. You have to do them directly through the Jet SDK.
Quote:
> I have an application that opens up an Access database (CDaoDatabase)
> for which the Access database contains attached tables from an
> Oracle database on a Unix server. All works well but I do have an
> annoying problem. When the .Execute is encountered ( for adding a
> record to the database ) the "login" form appears on the screen
> asking for a the database username password. How do I get around this
> login form?
> THANKS!!
> Dale