| From: | Henrik Ridder <henrik(at)partitur(dot)se> | 
|---|---|
| To: | pgsql-general(at)hub(dot)org | 
| Subject: | No offence..but.. | 
| Date: | 2000-05-31 13:07:56 | 
| Message-ID: | 39350EAC.565E5C1E@partitur.se | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Mihai Gheorghiu | 2000-05-31 13:20:13 | Re: PostgreSQL capabilities | 
| Previous Message | Louis-David Mitterrand | 2000-05-31 12:37:49 | pg_dump -c doesn't order DROP TABLE correctly w.r.t inheritance |