New database section in the PowerBuilder documentation
June 2017
Visual Expert 2017 generates a new “Database” section in the PowerBuilder documentation. Even if your project does not include any Oracle or SQL Server code, Visual Expert will list the tables, columns and stored procedures called and document it as follows:
List of Tables and Stored Procedures Called in the documentation treeview
For each table, Visual Expert lists the columns used in the PowerBuilder code and the PowerBuilder objects and methods referencing the table.
For each stored procedure, Visual Expert gives a description of the procedure and lists the PowerBuilder objects and methods calling it.