QUESTION What is a database access set and how do I create one ? ANSWER A database access set is a VisualAge class used for storing database query specifications and stored procedure definitions. It would be created when you wish to build a database query part. As long as you use only one database manager, you can use the same access set for storing all of the queries and stored procedures in an application. An access set can be shared by different applications. If you use more than one database manager, create an access set for each database manager. To create a database access set: 1. Select Browse Application on a new or existing application. 2. In the Application Browser, select Create Database Access Set from the Classes pull-down menu. 3. Type a name for your access set in the Database Access Set Name window, then select the OK push button.