Remote Database Access
Remote database access is a protocol standard for database access produced in 1993 by the International Organization for Standardization. Despite early efforts to develop proof of concept implementations of RDA for major commercial relational database management systems, this standard has not found commercial support from database vendors. The standard has since been withdrawn, and replaced by ISO/IEC 9579:1999 - Information technology -- Remote Database Access for SQL, which has also been withdrawn, and replaced by ISO/IEC 9579:2000 Information technology -- Remote database access for SQL with security enhancement.
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.