answersLogoWhite

0

involves considerable overhead

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is the default mechanism for auditing remote access connections?

global object access auditing


What are the changes in auditing in Windows Server 2008?

Global Object Access Auditing.Reason for access" reporting.Advanced audit policy settings


What type of logical access control method allow you to define who can access an object and the type of access that they will have to that object?

Access control list


When accessing an object what lists each user that can access the object and what each user can do with the object?

Access Control List (ACL) lists each user that can access the object and specifies their permissions, such as read, write, or execute. It enforces security policies by determining who can access the object and what actions they can perform.


When was Simple Object Database Access created?

Simple Object Database Access was created on 2002-04-16.


What does a tab in access look like?

In Microsoft Access, a tab typically appears as a horizontal bar at the top of the application window, allowing users to navigate between different objects like tables, queries, forms, and reports. Each tab represents an open object and displays its name, enabling quick access to multiple items within the database. Tabs can be clicked to switch between objects, and they often have icons that visually represent the type of object they contain.


What policy item audits resource access?

Audit object access


What Access object holds the data in your database?

The access object that holds data in your database is called a table. It stores it in rows and columns.


What is difference between struct variable and class object?

structure variable can access the variable but class object can access the function also


Adding external protrusions to a wing would be useful but what could be one drawback?

the air molecules would not flow easily around object


Effect of assigning one object reference variable to another object reference variable?

In that case, both variables will point to the same object. Changes done through one object reference will also be visible if you access the object through the other object reference.In that case, both variables will point to the same object. Changes done through one object reference will also be visible if you access the object through the other object reference.In that case, both variables will point to the same object. Changes done through one object reference will also be visible if you access the object through the other object reference.In that case, both variables will point to the same object. Changes done through one object reference will also be visible if you access the object through the other object reference.


Which is easier Excel VBA or Access VBA?

I would say that there is no differences between Excel VBA and Access VBA. VBA is the acronym for visual basic for application and is the common language for the office suite. Excel vba gives you a native access to excel object (eg a worksheet, a cell, a range, etc.) but object of other applications can be made accessible via configuration (references). Access vba gives you a native access to access object.