Article | REF: H3865 V1

Architecture client-server: access modes to databases

Authors: Guillaume CABANAC, Olivier TESTE, Michel TUFFERY

Publication date: August 10, 2011, Review date: April 28, 2016

You do not have access to this resource.
Click here to request your free trial access!

Already subscribed? Log in!


Français

3. External access to the DBMS

Using these different access modes, external actors interact with the DB. They access it either directly in SQL language (data definition, manipulation, interrogation and control), or through a host language (Java, C, C++, C#, Php, etc.). It should be noted that the declarative SQL language (standardized) has been extended by procedural languages, generally imperative and proprietary (PL/SQL for Oracle, Transact-SQL for MS SQL Server...).

3.1 Application architectures

The end-user has an application with which he interacts through presentation artifacts (presentation logic). The application manipulates data through processing (application logic). These three layers can be split between client and server in several ways, as illustrated in figure

You do not have access to this resource.

Exclusive to subscribers. 97% yet to be discovered!

You do not have access to this resource.
Click here to request your free trial access!

Already subscribed? Log in!


The Ultimate Scientific and Technical Reference

A Comprehensive Knowledge Base, with over 1,200 authors and 100 scientific advisors
+ More than 10,000 articles and 1,000 how-to sheets, over 800 new or updated articles every year
From design to prototyping, right through to industrialization, the reference for securing the development of your industrial projects

This article is included in

Software technologies and System architectures

This offer includes:

Knowledge Base

Updated and enriched with articles validated by our scientific committees

Services

A set of exclusive tools to complement the resources

Practical Path

Operational and didactic, to guarantee the acquisition of transversal skills

Doc & Quiz

Interactive articles with quizzes, for constructive reading

Subscribe now!

Ongoing reading
External access to the DBMS