Unsupported versions: 6.3
This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the current version, or one of the other supported versions listed above instead.
PostgreSQL
Prev Next

Chapter 43. ecpg - Embedded SQL in C

Table of Contents
Why Embedded SQL?
The Concept
How To Use egpc
Limitations
Porting From Other RDBMS Packages
Installation
For the Developer

This describes an embedded SQL in C package for Postgres. It is written by Linus Tolke and Michael Meskes.

NOTE: Permission is granted to copy and use in the same way as you are allowed to copy and use the rest of the PostgreSQL.


Prev Home Next
Sample Program Up Why Embedded SQL?