Hallo,
I installed postgreSQL on my computer via SuseLinux 6.0
I succeed in running the postmaster creating a database and doing SQL with
psql.
Then I wrote a C program with embedded SQL.
The statement
EXEC SQL INCLUDE sqlca;
causes the message
could not open include file sqlca.
when running ecpg.
What can I do to solve this problem because due to your documentation the
statement above should be possible.
Bernhard Rückerl
end