Oracle to Postgres

Hi,

I have this Pro*C statement
EXEC SQL AT db_name DESCRIBE BIND VARIABLES FOR S1 INTO bdp;
that I must translate into PL/pgSQL (compiled into c with ecpg)

I can not find a description of describe in the postgres 7.3 documentation.
Could someone help me ?

Postgres does not support SQLDA structures. How is it possible to do it ?

Mickael.
faivrem [ Fr, 05 November 2004 16:12 ] [ ID #467681 ]
Datenbanken » comp.databases.postgresql.sql » Oracle to Postgres

Vorheriges Thema: Help in stored procedure
Nächstes Thema: Group by and aggregates