ODataDB Sample 01 - Basic Features

This example demonstrates basic ODataDB features:

Choose a platform:

ODataDB supports several methods for saving changes:

Try these examples:

Analyze requests and responses using your browser's developer tools.

Use the code browser below to find the definition of any object.
Check out the procedures used to save changes; they are straightforward.

ODataDB generates the metadata model by automatically reading the database metadata under the user's account.

This means users only see the objects and features available to them. Review the metadata for power user1 and restricted user2.

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

Code Browser


...

ODataDB automatically creates web forms based on underlying database objects.
For instance, it generates the cashbook form using only the s01.cashbook declaration.

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