Show: Delphi
C++
Display Preferences
Tutorial: Using InterBase Express to Access a Database
From RAD Studio
Go Up to Tutorials#InterBase and InterBase Express
This tutorial shows how to develop a general purpose database application using InterBase Express. InterBase Express (IBX) is a set of data access components that provides a means of accessing data from InterBase databases.
You develop this application with InterBase and database components.
This tutorial is based on CsDemos, which is one of the samples that are installed with RAD Studio.
Note: Make sure the InterBase server is running before you run the example.
Topics
- Create Main Form
- View Various Tables
- Add a Data Module
- Audit Salary Changes
- Get Employee Project Assignments with a Stored Procedure