|
FastQuery has a very easy environment layout use.
The development environment is fully customizable window that is shows the
following:
-
Database View
(right side) - When you connect to a database, this area will be popuplated
with all the tables, views and stored procedures that exist for it. You can
click on any of these to see more details on them.
-
Main Viewing Area(left side) - Here, when you click an
item from the database view, a more detailed window will open. Based on which
one you select, the following types of windows will appear:
-
Table
- A grid will be populated, showing all the data and fields in
the selected table. From here you can either add new records, or update
existing records
-
Stored Procedure - The stored procedure will open in an
editable window, where you can make any changes to it, then can also click the
Check Syntax or Apply Changes
buttons to confirm any changes you make.
-
View - When a view is clicked, this will open up the visual
query builder, generating the tables and fields that are currently in the
existing view. You can add tables, make relationship joins, etc. and also can
apply your changes.
Below is a screenshot of what the typical environment looks like when it has an
active database connection:

|
|