Does VA support multiple database connections per process?
In Version 3, multiple database connections are permissable. VisualAge manages these multiple connections by retaining connection ‘aliases’ which map to actual connections. Below is an example of the recommended V3 approach for establishing a database connection via Smalltalk code. (Notice that the recommended steps forestablishing a database connection have changed.