%@ page language="C#" masterpagefile="~/templates/Master1.master" inherits="Page"
keywords="DataDirect SequeLink, Configure DataDirect SequeLink Server, SequeLink, XML View of Relational Data" %>
This page describes how to create and configure an ODBC system data source for use with <%=ConfigurationManager.AppSettings["SS"]%>. This process consists
of three main procedures: Each of these procedures is detailed below. Before starting this process, you must have installed DataDirect SequeLink SocketServer on the machine you wish to use as your data source. The DataDirect SequeLink Socket Server installation package. The first step is to create an ODBC system data source. (This example uses a Microsoft Access database as the data source. The ODBC database you use for your data source might differ.) To create a new data source:
The Create New Data Source window appears. Note that the information on this dialog box, including the dialog box title, varies based on the database driver you selected in the previous step. Here, we selected a Microsoft Access database driver, so the information
displayed in the dialog box is specific to that database. Once you have created a data source, you need to configure it using DataDirect SequeLink Manager, as described in this section.
Configuring An ODBC Data Source Using DataDirect Sequelink Server
Before You Begin
Step 1: Create an ODBC System Data Source
Step 2: Configure the Data Source in the DataDirect SequeLink Server Manager
DSN=data source name, where data source name is the name of the data source you created in step 6 in the previous procedure.
After the data source has been configured using DataDirect SequeLink, it's ready for use in <%=ConfigurationManager.AppSettings["SS"]%>, as described in the following procedure.