initializeOdbcSelect

initializeOdbcSelect(rv:       RelationalView;
                     username: String);

The initializeOdbcSelect method of the Application class is called in an ODBC server application before 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 re-establish application state for the user executing the query.