Show: Delphi
C++
Display Preferences
Tutorial: Using an InterBase Database in a Delphi or C++ Application
From RAD Studio
Go Up to Tutorials#InterBase and InterBase Express
This tutorial shows how to use dbExpress and DataSnap to create a Client-Server application. We use an InterBase database in this example, though very little of this tutorial is specific to InterBase.
We create both a DataSnap server and clients that communicate with this server.
Topics
- InterBase XE3
- Creating a Database Connection
- Creating the Server Side with DataSnap Server
- Creating a Rich-Client Interface
- Creating the Web Interface