The document provides instructions for configuring a database connection for an application. It describes specifying a data provider name, entering a host string and database name for a SQL Server database, and providing a user name, password, and system DSN that were created in SQL Server to connect the application to that database.
1 of 5
Download to read offline
More Related Content
Database config
1. Database Configuration The RxlConfigure links to the utility that connects the application to the database. To make specifications for connecting the application to the database follow the instructions described below: DataProviderÌý - Here user has to specify the database provider name pertaining to which database user will use. Enter SQLOLEDB that is for SQL Server database.Ìý DataSource -Host string created for SQL Server, For example: rxl ÌýDatabaseÌýName of the SQL Server database created for the application.Ìý User IdÌý - User name created for the user in SQL Server.Ìý Password -Password created for the user in SQL Server.Ìý DSNÌý -ODBC configured for SQL Server and has to be a system DSN and unique.