For what reasons would you want to open an Access database with exclusive rights?
What will be an ideal response?
Certain changes can only be made to a database if it is open with Exclusive Access. Encrypting a database with a password will only succeed if it is open in Exclusive Access mode. Opening a database with Exclusive Access prevents other users from entering the database if you are making design or security changes to it.
Computer Science & Information Technology
You might also like to view...
The ____ risk category includes risks that reside in the security education, training and awareness function.
A. technical B. physical C. tactical D. known
Computer Science & Information Technology
Which if statement would be true if you needed to see if x (an int) was less than 5 and y (an int) was greater than 7?
A. if ( x < 5 || y > 7 ) B. if ( x < 5 && y > 7 ) C. if ( x <= 5 || y >7 ) D. if( x < 5 && y < 7)
Computer Science & Information Technology