Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » ODBC API   (RSS)
Sorry, but there are no more tags available to filter with.
Troubleshooting and Monitoring Pooling issues
Resources available - Performance Monitor (Perfmon) - Database-specific resources can be used SQL Profiler Oracle Instance Manager SQL Profiler - Inspect Connect, Disconnect, Existing Connection Events - sp_who T-SQL instruction will display the number Read More...
ODBC Connection Pooling
The operation of establishing a connection to a database can be expensive. In applications that repeatedly open connections with similar parameters, this cost can affect overall application performance. To address this problem, ODBC provides what is known Read More...
How to Enable ODBC Connection Pooling Performance Counters
ODBC Connection Pooling enhances the performance of database connections. By default, the performance counters for Connection Pooling are disabled. How to enable PERFMON counters: To enable the performance counters, follow these steps: 1. Open Control Read More...
ODBC Tracing
Another tool frequently used for troubleshooting ODBC problems is ODBC Tracing. ODBC Tracing is a service provided by the driver manager and records every ODBC call made into a text file. ODBC Tracing can be turned on through the ODBC Data Source Administrator, Read More...
ODBC Programming Overview and Architecture
ODBC ODBC (Open Database Connectivity) is an older technology designed to allow developers to create a common codebase which provides access to a variety of relational data stores. Its methods are exposed in a traditional, non- object – oriented, Read More...
Page view tracker