Accessing Relational Data

You can access relational data using Data Access beans. However, before you can use the beans you must:

After you add the feature and set the classpath, you can access relational data by using any of three Data Access beans to access relational data in different ways:

Selector beans allow you to define a subset of the result set returned by a Select or ProcedureCall bean.  As appropriate, the selector beans implement either the Java ComboBoxModel or TableModel interface, so they can pass data directly to user interfaces such as a JList or JTable. Using Selector Beans in the Visual Composition Editor may involve:


Related procedures
Using the Quick Start Window
Setting the Class Path