Re: [GENERAL] helo

2010-02-25 Thread Wappler, Robert
On 2010-02-22, beulah prasanthi wrote: Helo I am working on spring project with postgres 8.4 i wrote a function in postgrees which i am passing the argument email email[] array From front end we need to insesrt data into that emailarray .so i used java.arraylist.util while i am

[GENERAL] helo

2010-02-22 Thread beulah prasanthi
Helo I am working on spring project with postgres 8.4 i wrote a function in postgrees which i am passing the argument email email[] array From front end we need to insesrt data into that emailarray .so i used java.arraylist.util while i am running i got the following error Please help me

Re: [GENERAL] helo

2010-02-22 Thread Allan Kamau
On Mon, Feb 22, 2010 at 2:10 PM, beulah prasanthi itsbeu...@gmail.com wrote: Helo I am working on spring project with postgres 8.4 i wrote a function in postgrees which i am passing the argument email email[] array From front end we need to insesrt data into that emailarray .so i used

[GENERAL] helo

2010-01-20 Thread beulah prasanthi
I am using postgres 8.4 using views i retrived some details from multiple tables can i insert the data into multiple tables using views.if not how can i insert the data into multiple tables in a single trip is there any option .Please help me

Re: [GENERAL] helo

2010-01-20 Thread John R Pierce
beulah prasanthi wrote: I am using postgres 8.4 using views i retrived some details from multiple tables can i insert the data into multiple tables using views.if not how can i insert the data into multiple tables in a single trip is there any option .Please help me use a transaction bracketed

Re: [GENERAL] helo

2010-01-20 Thread A. Kretschmer
In response to beulah prasanthi : I am using postgres 8.4 using views i retrived some details from multiple tables can i insert the data into multiple tables using views.if not how can i insert the data into multiple tables in a single trip is there any option .Please help me You can use a