Oracle to Postgres

From: faivrem(at)gmail(dot)com (Mickael Faivre-Macon)
To: pgsql-sql(at)postgresql(dot)org
Subject: Oracle to Postgres
Date: 2004-11-05 15:12:23
Message-ID: f132f7e3.0411050712.246b589@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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.

Browse pgsql-sql by date

  From Date Subject
Next Message Thomas F.O'Connell 2004-11-05 15:13:31 Re: Help in stored procedure
Previous Message SZŰCS Gábor 2004-11-05 14:52:39 Killed backend won't rollback transaction?