PQclass++
connecting Alaska Xbase++ with PostgreSQL

PQclass++ communicates with any PostgreSQL Server.
The class is based on the C-API of PostgreSQL.
All tables are opened as table objects and are compatible with XClass++ table objects.

The class is not limited to a specific version of PostgreSQL. Only the appropriate client DLLs must be installed:
The shipped PostgreSQL DLLs are 32bit and support PostgreSQL from version 12.0.

PQclass++ features:

PQclass++ consists of several classes:

UPDATE and DELETE require a primarykey.
Every UPDATE, INSERT or DELETE will reexecute the query to refresh the data.

PQclass++ works with Xbase++ 2.00 and above.

PostgreSQL
You find all information and downloads about PostgreSQL on www.postgresql.org
In any case take a look into the documentation.
Important: PostgreSQL is casesensitiv, table and colum names. PostgreSQL recommands to only use lower case.


Keep in mind:
PostgreSQL resultsets are always a copy of the data at the moment of execution. They never reflect any changes by any user afterwards. This behaviour differs from DBF tables which always reflect 'live' data.