No offence..but..

Поиск
Список
Период
Сортировка
От Henrik Ridder
Тема No offence..but..
Дата
Msg-id 39350EAC.565E5C1E@partitur.se
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Louis-David Mitterrand
Дата:
Сообщение: pg_dump -c doesn't order DROP TABLE correctly w.r.t inheritance
Следующее
От: Alex Pilosov
Дата:
Сообщение: Re: PostgreSQL capabilities