Databricks JDBC Driver Version 42 Limitations
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2025 05:35 AM
We found that the Databricks JDBC driver does not support:
- Connection.setAutoCommit(false)
- Connection.commit()
- Connection.rollback()
- Execution of BEGIN TRANSACTION
Can you help us understand why these operations are not supported by the Databricks JDBC driver?
Is there an alternative JDBC driver for Databricks that supports the above-mentioned operations?