i am using java to pass the parameter to the database and my client side
lanugaue is flash.
From: Michael Fuhr <[EMAIL PROTECTED]>
To: ashish srivastava <[EMAIL PROTECTED]>
CC: pgsql-admin@postgresql.org
Subject: Re: [ADMIN] Regarding array of parameter passing from applica
On Tue, Oct 11, 2005 at 07:24:52PM +0530, ashish srivastava wrote:
> can anybody help me in passing an array of parameters to the postgresql
> functions.
What functions? Server-side functions that you've created? What
argument types do those functions take? Arrays of some base type?
> I am ha