[GENERAL] typecaste object to array

2010-02-23 Thread beulah prasanthi
i am doing j2ee project .I am getting list from the user i want to insert that list into array in postgres DB by doing this i cannot caste an instance object pgemail to type Type ARRAY Can we caste the object to array .please tell me

[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

[GENERAL] TypeCast: util.list to array type

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

[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