
Either double-click the JAR file or execute the jar file from the command-line.įill in the connection properties and copy the connection string to the clipboard.Ī typical JDBC URL is below: jdbc:access:DataSource=C:/MyDB. To connect, set the DataSource property to the path to the Access database.įor assistance in constructing the JDBC URL, use the connection string designer built into the Access JDBC Driver. It allows you to develop, access, manage, and visually analyze data.
#Aqua data studio software#
URL: Enter the JDBC URL, which starts with jdbc:access: and is followed by a semicolon-separated list of connection properties. Aqua Data Studio is productivity software for Database Developers, DBAs, and Analysts. The visual analytic features allow users to browse and. Driver: Enter the Driver's class name, . Aqua Data Studio is a database query tool that provides management and administrative capabilities.
#Aqua data studio driver#


The most recent setup file that can be downloaded is 587.9 MB in size. This program is a product of AquaFold, Inc. In the Register Server form, select the 'Generic - JDBC' connection. Aqua Data Studio is an innovative and versatile database development ecosystem that increases the productivity of data professionals of various companies. The program is included in Development Tools.In Aqua Data Studio, select Register Server from the Servers menu. Aqua Data Studio is a versatile SQL IDE with a workspace environment that enables database developers, DBAs, and data/business analysts to develop, access.The Access data source can then be accessed from Aqua Data Studio tools. You can use the connection manager to define connection properties and save them in a new JDBC data source.

Detailed documentation is provided for each.
#Aqua data studio how to#
This article shows how to connect to Access data through the connection manager and execute queries. Using the Tools available in Aqua Data Studio 22.1 - Once you have connected to a server, use all the different tools available to automate your most complex tasks, including Query Analyzer, Query Builder, Visual Analytics, Debuggers, Editors, ER Modeler and Version Control. Here is too examples: DECLARE DATED VARCHAR (20) SET DATED'01-01-2011' SELECT FROM ( select convert (varchar,entered,103) AS DATED, customer.entered from customer ) as T WHERE T.DATEDDATED. The CData JDBC Driver for Access integrates Access data with wizards and analytics in IDEs like Aqua Data Studio. Then it dependes on if you want to do the comparisen on the date or the converted varchar.
