finalizeOdbcSelect

finalizeOdbcSelect(rv:       RelationalView;
                   username: String);

The finalizeOdbcSelect method of the Application class is called in an ODBC server application after executing an SQL query. The rv parameter specifies the relational view currently in use and the username parameter specifies the user code of the logged-on user.

You can reimplement this method, if required; for example, to clean up transient objects created during the execution of the query.