For your convenience, we have included a few demos in the
Demo
directory on the pgExpress Driver distribution:
- PGEDemo - covers the basis of
connecting to a PostgreSQL
database. VCL and CLX versions available.
- Params - uses Params to make a
search on a PostgreSQL
database table.
- Sequences - demonstrates use of
sequences or any other server-generated values (VCL-only).
- Console - demonstrates how to use
pgExpress from a console mode
application.
- StoredProcs - demonstrates how to
use Stored Procedures (PostgreSQL Functions) with pgExpress.
For more information on each demo, please refer to the
readme.txt file inside each demos's directory.
Note
These demos try to connect to a named connection, from the
dbxconnections(.ini)
file, called
PGEConnection. If you don't have such a named connection, please
create one.