Re: Embedded SQL with Postgres

2005-08-01 Thread Stephan Meyen
Gregory Seidman wrote: > Are you compiling legacy embedded SQL, or are you developing new code? > Embedded SQL was one of those bad ideas that existed because there was > nothing better at the time. Nowadays I'd recommend using either ODBC > (see unixodbc, unixodbc-bin, unixodbc-dev, and odbc-post

Embedded SQL with Postgres

2005-07-31 Thread Stephan Meyen
Hello, I installed postgresql (7.4.7) on a Debian testing (PowerPC). I'm going to use embedded SQL. I found the ecpg libraries as well as the headers, but I cannot find any program to precompiele my *.pgc files. The Postgres docs say that a program called 'ecpg' should come with a normal postgres