-
1 Access database engine
Part of the Access database system that retrieves and stores data in user and system databases. The engine can be thought of as a data manager on which database systems are built. -
2 Access Services
A scalable Web platform that enables users to publish an Access database application to a SharePoint site. Data in these databases can then be viewed and edited in a Web browser. This enables browser-based viewing and interaction with the databases on machines that do not have a database application installed. -
3 database management system
A layer of software between the physical database and the user. The DBMS manages all access to the database.English-Arabic terms dictionary > database management system
-
4 database owner
"The person who created the database, and has full control, including granting access permissions or deleting records. When a database has been restored, then the person who restored it becomes the owner." -
5 database engine
The program module or modules that provide access to a database management system (DBMS). -
6 database replication
"The process of creating two or more special copies (replicas) of an Access database. Replicas can be synchronized, changes made to data in one replica, or design changes made in the Design Master, are sent to other replicas." -
7 remote access
"Part of the integrated Routing and Remote Access service that provides remote networking for telecommuters, mobile workers, and system administrators who monitor and manage servers at multiple branch offices. Users can use Network Connections to dial in to remotely access their networks for services such as file and printer sharing, electronic mail, scheduling, and SQL database access."الوصول عن بُعد -
8 data access page
"A Web page, published from Access, that has a connection to a database. In a data access page, you can view, add to, edit, and manipulate the data stored in the database." -
9 Microsoft Access project
An Access file that connects to a Microsoft SQL Server database and is used to create client/server applications. A project file doesn't contain any data or data-definition-based objects such as tables and views. -
10 Microsoft Access data file
A database or project file for Microsoft Access.English-Arabic terms dictionary > Microsoft Access data file
-
11 Microsoft® Office Access® 2007
An edition of a Microsoft relational database management system designed for ease of use.Microsoft® Office Access® 2007English-Arabic terms dictionary > Microsoft® Office Access® 2007
-
12 Data Access Objects
A programming interface to access and manipulate database objects. -
13 Microsoft Access 2013
The 2013 edition of the Microsoft relational database management system. -
14 Open Database Connectivity
"In the Microsoft WOSA (Windows Open System Architecture) structure, an interface providing a common language for Windows applications to gain access to a database on a network."English-Arabic terms dictionary > Open Database Connectivity
-
15 multiuser shared database
A database that permits more than one user to access and modify the same set of data at the same time. -
16 accounts database
A database which stores user accounts and their network access properties. -
17 Microsoft Project Database
A record-based Access-compliant file format that you can use for saving an entire project.English-Arabic terms dictionary > Microsoft Project Database
-
18 OLAP database
"A relational database system capable of handling queries more complex than those handled by standard relational databases, through multidimensional access to data (viewing the data by several different criteria), intensive calculation capability, and specialized indexing techniques." -
19 dynamic HTML
"An extension of Hypertext Markup Language (HTML) that adds multimedia, database access, and an object model that programs can use to change styles and attributes of page elements (objects) and to replace existing elements (objects) with new ones." -
20 DHTML
"An extension of Hypertext Markup Language (HTML) that adds multimedia, database access, and an object model that programs can use to change styles and attributes of page elements (objects) and to replace existing elements (objects) with new ones."
См. также в других словарях:
Comparison of database access — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations … Wikipedia
Remote Database Access — (RDA) is a protocol standard for database access. Purpose RDA describes the connection of a database client to a database server. It includes features for * communicating database operations and parameters from the client to the server, * in… … Wikipedia
Database audit — Database auditing involves observing a database so as to be aware of the actions of database users. Database administrators and consultants often set up auditing for security purposes, for example, to ensure that those without the permission to… … Wikipedia
Database activity monitoring — (DAM) is a database security technology for monitoring and analyzing database activity that operates independently of the database management system (DBMS) and does not rely on any form of native (DBMS resident) auditing or native logs such as… … Wikipedia
Database — A database is an organized collection of data for one or more purposes, usually in digital form. The data are typically organized to model relevant aspects of reality (for example, the availability of rooms in hotels), in a way that supports… … Wikipedia
Database connection — A database connection is a facility in computer science that allows client software to communicate with database server software, whether on the same machine or not. A connection is required to send commands and receive answers. Connections are a … Wikipedia
Database server — A database server is a computer program that provides database services to other computer programs or computers, as defined by the client–server model. The term may also refer to a computer dedicated to running such a program. Database management … Wikipedia
Database Source Name — A data source name (DSN) is a data structure that contains the information about a specific database that an Open Database Connectivity (ODBC) driver needs in order to connect to it. Included in the DSN, which resides either in the registry or as … Wikipedia
Database machine — A database machine or back end processor is a computer or special hardware that stores and retrieves data from a database. It is specially designed for database access and is coupled to the main (front end) computer(s) by a high speed channel.… … Wikipedia
Database security — concerns the use of a broad range of information security controls to protect databases (potentially including the data, the database applications or stored functions, the database systems, the database servers and the associated network links)… … Wikipedia
Database storage structures — Database tables/indexes are typically stored on hard disk in one of many forms, ordered/unordered Flat files, ISAM, Heaps, Hash buckets or B+ Trees. These have various advantages and disadvantages discussed in this topic. The most commonly used… … Wikipedia