DB Access Module for Microsoft SQL Server User’s Guide : Chapter 2 Technical Information : System and Environment Handles to Microsoft SQL Server Specific Resources
System and Environment Handles to Microsoft SQL Server Specific Resources
Two custom classes provide an interface to resources specific to a Microsoft SQL Server database. Note that using these classes reduces your database's portability.
RWDBMsSqlLibEnvironmentHandle is an environment handle returned by RWDBDatabase that provides methods allowing you to access or set various connect time and configuration parameters.
RWDBMsSqlLibSystemHandle contains the SQLHDBC used by the RWDBConnection, providing direct access to the Microsoft SQL Server ODBC driver.