DBGate Sample 01 - Basic Features

This example shows basic DBGate features:

DBGate supports the following ways to save changes:

Try these examples:

You may analyze requests and returned results using the browser developer tools.

You may 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 DBGate 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 in a production environment, DBGate requires a username and a password to connect to a database.
These samples do not require credentials for demo purposes.

Code Browser

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

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