ODataDB Sample 01 - Basic Features

This example shows basic ODataDB features:

You can choose a platform:

ODataDB supports the following ways to save changes:

Try these examples:

You can analyze requests and responses using the browser developer tools.

You can find the definition of any object using the code browser below.
Take a look at the procedures used to save changes. They are simple.

Note that ODataDB generates the metadata model, automatically reading the database metadata under the user's account.

So, a user gets only available objects and features. Take a look at metadata for power user1 and restricted user2.

Note that ODataDB requires a username and a password to connect to a database in a production environment.
These samples do not require credentials for demo purposes.

Code Browser


...

ODataDB creates the webforms automatically based on underlying database objects.
For example, it creates the cashbook form using the s01.cashbook declaration only.

You can download samples for any supported database platform with the SaveToDB SDK.