Configure Simba ODBC driver with a proxy in Windows
In this article you learn how to configure the Databricks ODBC Driver when your local Windows machine is behind a proxy server. Download the Simba driver for Windows Download and install the latest version of the Databricks ODBC Driver for Windows. Add proxy settings to the Windows registry Open the Windows registry and add the proxy settings to the...
Troubleshooting JDBC and ODBC connections
This article provides information to help you troubleshoot the connection between your Databricks JDBC/ODBC server and BI tools and data sources. Fetching result set is slow after statement execution After a query execution, you can fetch result rows by calling the next() method on the returned ResultSet repeatedly. This method triggers a request to...