QUESTION I would like to use the database feature of VisualAge, but it is not on my install selection. I am trying out the OS/2 VisualAge Team from the Explore CD. I need to access a Database but am unable to 'install' a database manager. Selecting 'Install...' from the 'Smaltalk Tools' menu in the system transcript only provides selections for: DynamicDataExchange, Smalltalk Programming Examples, SOMsupport and TrailBlazer. I have installed all available server options (e.g. including IBM Database and C). When I try to install the 'Multi Database feature' (I want to access a Oracle v7 database) there is no extra 'selection' to install. ANSWER VisualAge features require a two step install. Be sure that you have installed the IBM Database feature from the CD and then, check your install selections from the Smalltalk Tools pulldown. Also, check the install path in the abt.cnf to see if is pointing to the correct path. The abt.cnf file resides in the \visualag subdirectory on the client machine. If your install path in the abt.cnf seems correct, try executing the following code from within the Transcript window: System setSubsystemType: 'ABT' to: 'VA' Once this is executed, the ability to install multi-database feature, C, and COBOL should be on the install menu.