libpq PQexecParams and arrays

Lists: pgsql-interfaces
From: Alexey Slynko <slynko(at)tronet(dot)ru>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: libpq PQexecParams and arrays
Date: 2006-06-06 12:25:24
Message-ID: 44857434.8010003@tronet.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-interfaces

Hi,

I wish to call PQexecParams with array of uint32_t values.
I've tried to use example from src/test/examples/testlibpq3.c, but with
no effect - it's unusable for input array.

Have anyone an idea, how it can be done?

Thanks