Skip to content

Commit

Permalink
Update client tools ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
shardgupta committed Oct 8, 2024
1 parent bb576e2 commit df47549
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions _client/other-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit df47549

Please sign in to comment.