Client Access to an Open Data Services Server Application

SQL Server database clients can access an Open Data Services server application remotely or directly, as follows:

For some custom applications, clients can access SQL Server indirectly via Open Data Services. The Open Data Services server application implements a pass-though server function that directs client requests to SQL Server. For an example of a pass-through server application, see the GATEWAY sample application.

The network configuration requirements for a pass-through server are somewhat different from the other types of configurations discussed in this chapter. Clients must have a direct connection to the Open Data Services server application and not to SQL Server. The Open Data Services server application must be configured to connect to SQL Server as a client of SQL Server.

For Open Data Services server application functions that are installed on SQL Server as extended stored procedures, there are no special configuration issues. Clients use these functions by making standard stored procedure calls to SQL Server. For more information, see Sample Application-Extended Stored Procedures.