![]() |
![]() |
|
| Home I Company I Services I Documentation I Downloads I E-Support |
| home -> documentation -> environment guide -> setting up a Microsoft SQL Server® connection | ||||||
|
The Microsoft SQL Server Client tools or MDAC must be installed in and properly configured before you can set a successful connection.
If you want to configure a new Microsoft SQL Server connection, follow these steps: 1. On the DBSP Configuration tool, select the DB Connections tab and press New. 2. On the name field type the name of the connection as how it will be referenced in the DBSP pages, for example: MSSQLEXAMPLE. 3. In the driver name list box, select MSSQL. 4. In the user name field, type a valid user for the database that you are trying to access. For the simplicity of the example, we will use the SA user.
5. Type the password in the Password field. In order to prevent errors, the password will be displayed. You will need to do this process only once per connection. If you are using Windows authentication mode, leave the password in blank. 6. Type in the Database field the name of the database, for example: NORTHWIND.
7. Type the in the Hostname field the name of the machine in which the database is located, in case that is not located in the current machine. If the database is located in the same machine you can use localhost or leave it in blank.
8. If you want to modify the advanced parameters of the connection, press the Advanced button. 9. When done, press the Ok button. The new connection appears on the connection list.
10. Press the Test button in order to test that your connection is establishing correctly to the server.
|