setOdbcSessionObject

setOdbcSessionObject(object: Object);

The setOdbcSessionObject method of the Application class sets a reference to an application-maintained session object when called in an ODBC server application.

This method would typically be called in the Application class startOdbcSession method, to save an application-defined context object for the user. The ODBC server maintains this object on behalf of the client that is currently executing a query.