Select the Microsoft SQL Server JDBC Driver(DataDirect)
from the driver selection list. You can click New Driver
if you need to configure a
driver. In most cases, however, the correct driver is installed and
configured automatically during installation of DB Navigator. SQL can have
multiple JDBC connections. Notice that the format for the selected driver's URL
appears in the URL field. If necessary, you can edit the
text in the URL field to include the appropriate
information for your system.
To edit a URL:
Deselect the Specify URL Details checkbox (by
default, this checkbox is selected, preventing you from editing the URL
field).
Supply a hostname (use localhost if the host is local to the system).
If you are using an IPv6 address, insert a bracket before and after the
address; for example, [thehostmachine].
Type the port number.
Type the database name.
Note: Since the format of the URL and the required information can vary from
driver to driver, see the documentation for your driver if you need more
information.
Type the user name and, optionally, a password.
Note: You must specify the user ID when creating a SQL connection.
Choose Open on Eclipse startup if you want the
connection to open when Eclipse starts (provided the database server is already
started). Note that you still must enter a valid user ID (and optionally a
password). Also, be aware that this option slows the startup of Eclipse.
Choose Auto-Login on connect to automatically log into
the database when connecting.
Type the name of the Host.
Type the correct value in the Port field.
Type the name of the database in the Database
field.
Add any additional JDBC connection properties in the Additional
parameters field, delimited by semicolons in the format
key1=value; key2=value. (Refer to the documentation for your JDBC driver for a
list of supported parameters.)
Click Test Connection. If the connection succeeds, a
Connection succeeded message appears. If the connection does not succeed, an
error message appears.