How to Connect to Frontbase

The connection dialog is explained here.

Connect from DbSchema using the default user _SYSTEM with empty password.

Tip Firewalls & anti-viruses may block database connections. Read How to enable Frontbase connections.

Guided Installation Tutorial

Download Frontbase Sql from: http://www.frontbase.com

In Sql92 tool execute :
    create database test;
    connect to test;
    create schema sample;