Alison Balteramp;#039;s Mastering Microsoft Office Access 1002003 [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Alison Balteramp;#039;s Mastering Microsoft Office Access 1002003 [Electronic resources] - نسخه متنی

Alison Balter

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید



Learning the Client/Server Buzzwords


People who talk about client/server technology use many terms that are unfamiliar to the average database developer. To get a full appreciation of client/server technology and what it offers, you must have at least a general understanding of the terminology. Table 20.1 lists the most commonly used terms.

Table 20.1. Client/Server Terms

Term

Definition

Column

A field.

DDL

A data definition language used to define and describe the database structure.

Foreign key

A value in one table that must be looked up in another table for validation.

Jet

The native database engine used by Microsoft Access.

ODBC (Open Database Connectivity)

A standard proposed by Microsoft that provides access to a variety of back-end databases through a common interface. In essence, ODBC is a translator.

OLEDB

A new standard for connecting to relational and nonrelational data sources.

DAO (Data Access Objects)

A method of manipulating data. It is being replaced by ADO and was optimized for accessing Jet databases.

ADO (ActiveX Data Objects)

A COM-based object model that allows you to easily manipulate OLE DB data sources. It is the data access methodology that replaces DAO.

Primary key

A set of fields that uniquely identifies a row.

Row

A record.

Schema

A blueprint of the entire database. Includes table definitions, relationships, security, and other important information about the database.

SQL (Structured Query Language)

A type of data manipulation language commonly used to talk to tables residing on a server.

Stored procedures

Compiled SQL statements, such as queries, stored on the database server. Can be called by an application.

Transaction

A set of actions that must be performed on a database. If any one action fails, all the actions are discarded.

Triggers

Pieces of code that execute in response to an action occurring on a table (insert, edit, or delete).

Many books are devoted solely to client/server technology;

Alison Balter's Mastering Access 2002 Enterprise Development focuses entirely on client/server and Web development using Access 2002. Most magazines targeted at developers contain numerous articles on client/server technology.

Access/VB/SQL Advisor always offers excellent articles on client/server development. Many of the articles are specifically about client/server connectivity using Access as a front end.

Visual Studio Magazine often contains useful articles as well. Another excellent source of information is the Microsoft Developer Network CD. Offered by Microsoft as a subscription, it includes numerous articles and white papers on client/server technology, ODBC, and use of Access as a front end to a database server.


/ 544