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.
- Params - uses Params to make a
search on a PostgreSQL
database table.
- FishFact - similar to
Borland's
FishFact demo, but converts the original tables from the
Paradox format to
PostgreSQL, including the BLOB
fields. Can be used to try out the BLOB fields support.
- Sequences - demonstrates use
of sequences or any other server-generated values (VCL-only).
- Console - demonstrates how to
use pgExpress from a console mode
application.
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.