Tutorial: Using an InterBase Database in a Delphi or C++ Application
Go Up to Database and LiveBindings Tutorials
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
- Creating a Database Connection
- Creating the Server Side with DataSnap Server
- Creating a Rich-Client Interface