novixys

Exult Standard

Convert XML into Microsoft Excel (XLS), Microsoft Access (MDB or ACCDB), or CSV.

Download
a Free Trial
Buy Now
for US$150 $105

Exult SQL Server

Import XML into SQL Server.

Download
a Free Trial
Buy Now
for US$250

Exult MySQL

Import XML into MySQL.

Download
a Free Trial
Buy Now
for US$195 $125

Exult Oracle

Import XML into Oracle.

Download
a Free Trial
Buy Now
for US$500

Home » Documentation » Exult SQL Server

2.4 The Database Connection Screen

Connecting to SQL Server

The Database Connection screen is used to specify the options required for connecting to an SQL Server database.

Database Server: Please enter the name of the server here. You can enter a host name or an IP address (dotted decimal format) such as 172.168.4.122.

You can also check the Database Server combo box for connections to servers that succeeded previously.

Authentication Method: SQL Server supports two ways of authenticating users connecting to the database:

Connecting to SQL Server

Username and Password: Required for SQL Server Authentication.

Database (Optional): Click the drop down and select <Browse for Databases ..>. When you do that, Exult will attempt to connect to an SQL Server database using the parameters already specified in the panel. If the parameters are correct, it retrieves a list of databases from the server specified in Database Server. You can then select one of these databases to import XML into.

Connecting to SQL Server for browsing databases

If the parameters are incorrect and/or Exult is unable to connect to the SQL Server at the specified address, you get the error dialog shown below:

Error connecting to SQL Server

If the lookup for databases succeeds, the combo is populated with the databases found.

Note: If a database is not specified in the Databases (Optional): drop-down, Exult connects to the default database associated with the the username specified (if using SQL Server Authentication), or with your user login name (when using Windows Authentication). However, we recommend that you explicitly select a database in this field to avoid confusion about where your data might be saved.

If no host name or IP address is specified in the Database Server field, Exult attempts to connect to SQL Server on the same computer (localhost). The screen shot below shows the databases that Exult has retrieved from the SQL Server running on localhost.

Connecting to SQL Server on the localhost