Actions:
|
2021-12-09 11:34 AEST by Arthur Barrett - When customers are having difficulty testing connections to audit, it would be good to have diagnostics from
SQLGetInfo()
https://docs.microsoft.com/en-us/sql/odbc/reference/syntax/sqlgetinfo-function?view=sql-server-ver15
In particular: SQL_DRIVER_VER
A character string with the version of the driver and optionally, a description of the driver. At a minimum, the
version is of the form ##.##.####, where the first two digits are the major version, the next two digits are the
minor version, and the last four digits are the release version.
Places this information would be useful:
- server trace on connections
- control panel on test connection
- cvsdiag could even show this, see bug 7594 |