Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.12 KB

File metadata and controls

26 lines (21 loc) · 1.12 KB
title Tracing
description Tracing
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, sunilbs, mcimfl
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic concept-article
helpviewer_keywords
tracing options [ODBC], about tracing
driver manager [ODBC], tracing

Tracing

The ODBC Driver Manager has a trace facility that allows the sequence of function calls made by an ODBC application to be recorded and transcribed into a log file. Tracing is performed by a trace DLL that captures calls between the application and the Driver Manager, and between the Driver Manager and the driver. This method of tracing replaces the tracing performed by the ODBC 2*.x* Driver Manager and the tracing performed in ODBC 2*.x* by ODBC Spy.

This section contains the following topics.