Sponsored Links
-->

Sunday, March 25, 2018

Remote Database Access from your IBM iSeries (AS/400) - YouTube
src: i.ytimg.com

Remote database access (RDA) is a protocol standard for database access. Despite early efforts to develop proof of concept implementations of RDA for major commercial RDBMSs (including Oracle, Rdb, NonStop SQL and Teradata), this standard has been largely ignored by commercial database vendors.


Video Remote 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 return, transporting result data from the server to the client,
  • database transaction management.
  • 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.


Maps Remote Database Access



History

RDA was published in 1993, as a combined standard of ANSI, ISO and IEC. The standards definition comprises two parts:

  • ANSI/ISO/IEC 9579-1:1993
  • ANSI/ISO/IEC 9579-2:1993

Accessing a MySQL Database Remotely
src: www.cloudaccess.net


References


DB2 Tips n Tricks Part 35 - How to Access Remote DB2 Database from ...
src: i.ytimg.com


Sources

  • "Remote Database Access". NIST SQL Project. National Institute of Standards and Technology. Archived from the original on 2016-03-03. Retrieved 2008-04-12. 


Source of article : Wikipedia