To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Remote Database Access

From Wikipedia, the free encyclopedia

Remote database access (RDA) is a protocol standard for database access produced in 1993 by the International Organization for Standardization (ISO). Despite early efforts to develop proof of concept implementations of RDA for major commercial remote database management systems (RDBMSs) (including Oracle, Rdb, NonStop SQL and Teradata),[1] this standard has not found commercial support from database vendors.[2] The standard has since been withdrawn,[3] and replaced by ISO/IEC 9579:1999 - Information technology -- Remote Database Access for SQL, which has also been withdrawn,[4] and replaced by ISO/IEC 9579:2000 Information technology -- Remote database access for SQL with security enhancement.[5]

YouTube Encyclopedic

  • 1/3
    Views:
    43 696
    88 998
    4 997
  • MySQL - Remote Access to MySQL Server on Linux CentOS 6.3 Part 1
  • Episode 19 - How To Enable Remote Access To MySQL Server on Windows Server
  • How to Enable Remote Access for MySQL Server/Database

Transcription

Purpose

The purpose of RDA is to describe 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 return, transporting result data from the server to the client,
  • database transaction management, and
  • exchange of information.

RDA is an application-level protocol, inasmuch that it builds on an existing network connection between client and server. In the case of TCP/IP connections, RFC 1066 is used for implementing RDA.

History

RDA was published in 1993 as a combined standard of ANSI, ISO (International Organization for Standardization) and IEC (International Electrotechnical Commission). The standards definition comprises two parts:

  • ANSI/ISO/IEC 9579-1:1993 - Remote Database Access -- Part 1: Generic Model, Service and Protocol
  • ANSI/ISO/IEC 9579-2:1993

References

  1. ^ Arnold, D.; Cannata, P.; Glasson, L.A.; Hallmark, G.; McGuire, B.; Newman, S.; Odegard, R.; Sabharwal, H. (1991). "SQL Access: an implementation of the ISO Remote Database Access Standard". Computer. 24 (12): 74–78. doi:10.1109/2.116891. ISSN 0018-9162. S2CID 35513219.
  2. ^ Jim Melton; Alan R. Simon (2002). SQL:1999: Understanding Relational Language Components. Morgan Kaufmann. p. 843. ISBN 978-1-55860-456-8. RDA, even after revision to remove the OSI dependencies (and replace them with a TCP/IP orientation), has not proven to have commercial support.
  3. ^ ISO/IEC 9579-1:1993
  4. ^ ISO/IEC 9579:1999 - Information technology -- Remote Database Access for SQL
  5. ^ ISO/IEC 9579:2000 Information technology -- Remote database access for SQL with security enhancement

Sources


This page was last edited on 5 July 2022, at 16:54
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.