SourcePro DB : DB Access Module for ODBC User’s Guide : Technical Information : System and Environment Handles to ODBC Specific Resources
System and Environment Handles to ODBC Specific Resources
Two custom classes provide an interface to resources specific to an ODBC database. Note that using these classes reduces your application’s portability to other SourcePro DB access modules.
*RWDBODBCLibEnvironmentHandle is an environment handle returned by RWDBDatabase that provides methods allowing you to access or set various connection time and configuration parameters.
*RWDBODBCLibSystemHandle contains the SQLHDBC used by the RWDBConnection, providing direct access to the ODBC API.