Data Access User Manual > Rogue Wave Views Data Access Common Framework > Introducing Data Access > What is Data Access?
 
What is Data Access?
Data Access is a visual environment for graphic-intensive database applications. Using Rogue Wave® Views, it lets you create graphical business objects and link them to data sources to provide intuitive data access.
Data Access is organized as a set of C++ class libraries. These classes are to be used in conjunction with the Rogue Wave Views C++ class libraries. Data Access is also accompanied by a schema editor (SQL Schema Editor).
Libraries
The Rogue Wave Views libraries provide the API needed to implement the graphical part of your application. Rogue Wave Views handles the drawing and management of gadgets and graphics. The Data Access libraries provide the additional functionality required to handle data from an external data source.
For more information on the Rogue Wave Views class libraries, refer to the appropriate Rogue Wave Views Reference Manual.
Editors
The graphical editor provided with Rogue Wave Views, called Rogue Wave Views Studio, is a powerful editor that enables you to build a portable graphical user interface. Rogue Wave Views Studio allows you to construct your interface from predefined “gadgets”—that is, buttons, scroll bars, menus, and other interface objects—using simple drag-and-drop operations, while generating C++ code for you to program your application. Rogue Wave Views Studio is fully documented in the Rogue Wave Views Studio User’s Manual.
The graphical editor provided with Data Access is based on Rogue Wave Views Studio, but has been adapted to be used with Data Access. This editor is referred to as Rogue Wave Views Studio and contains an additional “Data Access” palette, which contains all those predefined gadgets that may interact with an external source of data. There is also a special interface that allows you to set up the connection with the external data source, in a simple graphical way.
Also included with Data Access is the SQL Schema Editor. This editor is provided should you need a simple editor to create tables in a database.
The schema is the table-form structure in which the data is stored. The schema editor is therefore used to edit the table definitions and the data. The schema editor is also used to drop a table in a database. This editor is located into the SQL Tables palette from the Data Access palette.

Version 6.0
Copyright © 2015, Rogue Wave Software, Inc. All Rights Reserved.