Step 1 - Adding SQL support to your Basic4ppc application
This part demonstrates how to add the SQL libraries to your application. For more information about adding libraries, see the libraries reference.
Start a new Basic4ppc project. Save it under RestaurantDB.

Add a new Form to your project and name it Form1.
Click Tools - Components..., and add the .dlls SQLDevice and SQLdesktop to your project (device and desktop columns respectively) (read more about adding components and objects to your projects). Click OK:

The last action is actually all that is needed to add SQL support to your application. Note that deploying an application with SQLite requires you to deploy the SQLite library with your application as described in details under Deploying data driven application with Basic4ppc.
Next page: Step 2 - how to create and connect to your database.