Product Information > JADE Encyclopaedia of Classes – Volume 1 > Chapter 1 - System Classes > startOdbcSession

startOdbcSession

startOdbcSession(rv:       RelationalView;
                 username: String);

The startOdbcSession method of the Application class is called in an ODBC server application after the isUserValid method of the Global class, to indicate a new session has been established.

You can reimplement this method, if required.