Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Programming » OData support

 

How to create an OData Producer service model

This topic has been updated for build 1823.

An OData Service Definition Language (OSDL) file can specify an optional OData Producer service model to expose specific tables, views, stored procedures, and functions.

The model is applied to an OData Producer when you reference the text file by using the Model option in your OData Server configuration file.

When a service model is not specified, tables and views are exposed based solely on user privileges and no stored procedures or functions are exposed.

 See also