From df475493d7cc839bec330674e2192ae928b3f678 Mon Sep 17 00:00:00 2001 From: Shard Gupta Date: Tue, 8 Oct 2024 17:43:22 +0530 Subject: [PATCH] Update client tools ordering --- _client/other-tools.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/_client/other-tools.md b/_client/other-tools.md index 60485ca5..6e9bda3e 100644 --- a/_client/other-tools.md +++ b/_client/other-tools.md @@ -16,13 +16,18 @@ if you face an issue. The following interfaces are officially supported: +- Open Database Connectivity (ODBC) - OLEDB Provider/MSOLEDBSQL -- OLEDB Driver/SQLOLEDB (deprecated by Microsoft) -- .NET Data Provider for SQL Server -- SQL Server Native Client 11.0 (deprecated by Microsoft) +- Java Database Connectivity (JDBC) version 8.2.2 (mssql-jdbc-8.2.2) and higher - Microsoft SqlClient Data Provider for SQL Server -- Open Database Connectivity (ODBC) -- Java Database Connectivity (JDBC) +- .NET Data Provider for SQL Server +- SQL Server Native Client 11.0 (deprecated) +- OLEDB Driver/SQLOLEDB (deprecated) + + + + + More connectivity drivers might be added in the future. Since Babelfish supports the TDS protocol, most TDS-based client applications are expected to work with Babelfish.