SQLFreeConnect 映射

当应用程序通过 ODBC 3.x 驱动程序调用 SQLFreeConnect 时,调用

SQLFreeConnect(hdbc)   

映射到

SQLFreeHandle(SQL_HANDLE_DBC,Handle)  

Handle 参数设置为 hdbc 中的值。