

For example, it was never intended for production use and we have found that with some applications, NULLs are returned when Unicode column values are queried.Īs an alternative solution, the Easysoft JDBC-ODBC Bridge is a client server product that enables a Java application such as DBeaver to access an ODBC database such as Microsoft Access.
#Dbeaver athena driver#
However even if you can get that combination to work (we couldn't - the connection failed either with a Java error or an ODBC Driver Manager error), there are some issues associated with the Java JDBC-ODBC Bridge. For example, DBeaver can use the JDBC-ODBC Bridge that used to be included in the Java distribution. To access a database by using an ODBC driver, DBeaver uses a JDBC-ODBC Bridge driver to convert between ODBC and JDBC calls. A JDBC driver implements the JDBC API for a particular database. JDBC is a Java application programming interface (API) that connects Java to relational databases (and other tabular data, such as spreadsheets and flat files). To interact with a database, a Java application uses a JDBC driver.

The ability to search database objects (tables, columns, constraints and procedures).ĭBeaver is written in Java.The ability to browse and edit database metadata (tables, columns, keys and indexes).The ability to use DBeaver as a remote database manager makes it easy to administer multiple databases on multiple platforms from a single location. For example, to export your query results as web page tables, right-click on the Results view in DBeaver, select Export Resultset, and then click Export to HTML.ĭBeaver can be installed either on the database server or on a remote machine. You can use DBeaver to save tables or query results in several formats such as CSV, SQL "Insert" statements and HTML. To insert the contents of a template into the SQL editor, you simply type the template's name and press the TAB key. To save its users' time, DBeaver provides SQL templates, which are snippets of commonly used SQL code. The DBeaver SQL editor has auto completion and database-specific syntax highlighting to facilitate the creation, analysis, and debugging of complex queries. This can also cause the business intelligence tool to stop responding and not display the query results.DBeaver is a database management tool and SQL client that runs on Windows, Linux, OS X and UNIX (AIX, HP-UX and Solaris) platforms. In such situations, you might receive an error message similar to "(100123) An error has occurred. If port 444 is blocked, then the results aren't streamed back to your client host. Athena uses port 444 to stream query results. If you use an AWS PrivateLink endpoint to connect to Athena, then be sure that the security group attached to the AWS PrivateLink endpoint is open to inbound traffic on port 444.

Be sure that the security group attached to your VPC endpoint allows traffic from the host where you installed the JDBC/ODBC driver.Use the following connection string if you turned on the private DNS: jdbc:awsathena://:443.Use the following connection string if you turned off the private DNS: jdbc:awsathena://.:443.Use the appropriate JDBC connection URLs in your business tool configuration according to your private DNS configuration for your endpoint.Note: You can use similar commands for testing connectivity to port 444. If you're using Windows, test the connectivity to the Athena public endpoint using Telnet or Test-netconnection.
#Dbeaver athena update#
If you're using an Athena public service endpoint (example: ), then be sure to update the endpoint based on the Region that you're trying to connect. If this port is blocked, your business intelligence tool might time out or fail to show query results when you run a query. Therefore, unblock this port when you use a JDBC/ODBC driver to connect to Athena. When you use a JDBC/ODBC driver, Athena uses this port to stream the query results to the JDBC/ODBC driver installed on the client host.

