Re: Regarding array of parameter passing from application to the

From: "ashish srivastava" <ashu_shri(at)hotmail(dot)com>
To: mike(at)fuhr(dot)org
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Regarding array of parameter passing from application to the
Date: 2005-10-12 06:50:40
Message-ID: BAY111-F3592C3892182BB10AEE6D49F7B0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

i am using java to pass the parameter to the database and my client side
lanugaue is flash.

>From: Michael Fuhr <mike(at)fuhr(dot)org>
>To: ashish srivastava <ashu_shri(at)hotmail(dot)com>
>CC: pgsql-admin(at)postgresql(dot)org
>Subject: Re: [ADMIN] Regarding array of parameter passing from application
>to the database
>Date: Wed, 12 Oct 2005 00:13:22 -0600
>
>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 having multiple check boxes on the UI and searching in the database
>on
> > the basis whichever is the user selection criterion..
>
>What client-side language are you using? How are you receiving the
>checkbox choices? As an array with the selected elements? If your
>API can't automatically create a PostgreSQL array from a client
>language array, then you could build a string that represents the
>array using one of the formats described in the "Arrays" section
>of the PostgreSQL documentation:
>
>http://www.postgresql.org/docs/8.0/interactive/arrays.html
>
>If that's not what you're looking for then please provide more
>information.
>
>BTW, this seems off-topic for pgsql-admin. Pgsql-interfaces,
>pgsql-general, pgsql-novice, or perhaps pgsql-php (if you're using
>PHP) would be more appropriate.
>
>--
>Michael Fuhr
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: don't forget to increase your free space map settings

_________________________________________________________________
Tata Racing is giving away racing goodies. Enter contest now.
http://server1.msn.co.in/sp05/tataracing/contest.asp

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Pieter-Jan Savat 2005-10-12 09:18:02 Re: Memory/Performance issue: server closed the connection
Previous Message Michael Fuhr 2005-10-12 06:13:22 Re: Regarding array of parameter passing from application to the database