SQLFreeConnect Mapping
When an application calls SQLFreeConnect through an ODBC 3.x driver, the call to
SQLFreeConnect(hdbc)
is mapped to
SQLFreeHandle(SQL_HANDLE_DBC,Handle)
with the Handle argument set to the value in hdbc.
הדפדפן הזה אינו נתמך עוד.
שדרג ל- Microsoft Edge כדי לנצל את התכונות, עדכוני האבטחה והתמיכה הטכנית העדכניים ביותר.
When an application calls SQLFreeConnect through an ODBC 3.x driver, the call to
SQLFreeConnect(hdbc)
is mapped to
SQLFreeHandle(SQL_HANDLE_DBC,Handle)
with the Handle argument set to the value in hdbc.