Accessing array elements

From: Akbar Mokhtarani <akbarm(at)slac(dot)stanford(dot)edu>
To: PostgreSQL-interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: Accessing array elements
Date: 2004-10-01 23:06:46
Message-ID: Pine.LNX.4.58.0410011605460.32579@noric12.slac.stanford.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

How do I access array elements from within a c/c++ program?
PQgetvalue(res,i,j) returns a pointer to the storage area and I have not
been able to parse this to get the elements.
Any help is greatly appreciated.

Akbar Mokhtarani

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 2004-10-01 23:13:30 Re: PQerrorMessage() bug?
Previous Message Akbar Mokhtarani 2004-10-01 22:54:26 Accessing array elements