This document summarizes a research paper on reengineering relational databases to object-oriented databases. It discusses developing an integrated environment that maps a relational schema to an object-oriented schema without modifying the existing relational schema. The proposed system architecture has two major components - one for mapping the relational schema to an object-oriented schema, and another for mapping relational data to objects. The schema mapping process is two-phased - the first phase transforms the relational schema, and the second phase extracts object-oriented structures. The system aims to allow existing applications and data in a relational database to be accessible from object-oriented programs.