No offence..but.. - Mailing list pgsql-general

From Henrik Ridder
Subject No offence..but..
Date
Msg-id 39350EAC.565E5C1E@partitur.se
Whole thread Raw
List pgsql-general
I have now a program that works aginst a Postgresql. I have a wrapper
class that gets the query.
The sequence is like this in Postgresql

res=PQexec(conn, query);
value = PQgetvalue(res, tuple, col);

The problem is col because you don't know what kind of colunm the
program send into this class. And I don't want to specify it in the
program every time.

(Hope somebody understands this)
Now I am trying to do the same in Oracle with OCI. Do anybody know if
and how it could be done?

Henrik

pgsql-general by date:

Previous
From: Louis-David Mitterrand
Date:
Subject: pg_dump -c doesn't order DROP TABLE correctly w.r.t inheritance
Next
From: Alex Pilosov
Date:
Subject: Re: PostgreSQL capabilities