Difference between revisions of "Category:OData Functions"

From Lianjapedia
Jump to: navigation, search
Line 1: Line 1:
 +
Lianja Cloud Server supports OData-compatible data access. The Server handles ODBC connections as well as HTTP requests using OData URIs. In this article I will show you how to use Lianja Cloud Server with OData URIs that will allow you to perform CRUD (Create, Read, Update and Delete) operations on your data.
 +
 +
Making OData requests from jQuery and/or the Lianja HTML5 Client in a Web App is extremely straightforward and simple.
 +
 +
Unlike other OData implementations, Lianja Cloud Server OData services does not require any server-side configuration of web services.
 +
 +
<div style="margin-bottom:5px;padding:5px;border:0px solid orange;border-left:5px solid orange;background:#fff8dc;vertical-align:middle;position:relative;">
 +
[[File:bm-noteicon.png|top|40px|link=]]<div style="position:absolute;top:3px;margin-bottom;bottom:5px;margin-left:50px;"><b> Pro Tip</b>
 +
You can use OData with disparate SQL databases using [[Virtual Tables]]
 +
</div>
 +
<span style="height:6px;"> </span>
 +
</div>
 +
<br/>
 +
 
==See Also==
 
==See Also==
 
[https://lianja.com/resources/blog/39-coding-tips/379-working-with-odata-in-lianja-cloud-server- Working with OData in Lianja Cloud Server]
 
[https://lianja.com/resources/blog/39-coding-tips/379-working-with-odata-in-lianja-cloud-server- Working with OData in Lianja Cloud Server]

Revision as of 09:53, 30 November 2017

Lianja Cloud Server supports OData-compatible data access. The Server handles ODBC connections as well as HTTP requests using OData URIs. In this article I will show you how to use Lianja Cloud Server with OData URIs that will allow you to perform CRUD (Create, Read, Update and Delete) operations on your data.

Making OData requests from jQuery and/or the Lianja HTML5 Client in a Web App is extremely straightforward and simple.

Unlike other OData implementations, Lianja Cloud Server OData services does not require any server-side configuration of web services.

Bm-noteicon.png
Pro Tip

You can use OData with disparate SQL databases using Virtual Tables


See Also

Working with OData in Lianja Cloud Server

Pages in category "OData Functions"

The following 8 pages are in this category, out of 8 total.