From: | "Penchalaiah P(dot)" <penchalaiahp(at)infics(dot)com> |
---|---|
To: | <pgsql-sql(at)postgresql(dot)org> |
Subject: | i need informarion regarding functions and arrays... |
Date: | 2006-08-02 13:02:51 |
Message-ID: | A70AE049E81A6A40879D5DC0AC8C38C906D531B4@venus.infics.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Hi good evening to all........
Rcid value
1 yes
2 no
3 yes
4 yes
5 no
6 yes
7 no
8 yes
9 no
10 yes
11 no
12 no
this is the front end screen they will enter all these 12 in values...
then they will press save button... these values have to be store in rnt
table... can u tell me how to store all these 12 values at a time in rnt
table...
but I written one function for this but it is accepting only one value
at a time to insert...
this is the function...
create or replace function rentfunc(in_rcid int4,in_value varchar) as '
begin
insert into rnt(racid,auditorvalue) values ($1,$2);
end;
'language'plpgsql';
If any one knows how to store all these 12 values in a rnt table... let
me know .....
Thanks & Regards
Penchal reddy | Software Engineer
Infinite Computer Solutions | Exciting Times...Infinite Possibilities...
SEI-CMMI level 5 | ISO 9001:2000
IT SERVICES | BPO
Telecom | Finance | Healthcare | Manufacturing | Energy & Utilities |
Retail & Distribution | Government
Tel +91-80-5193-0000(Ext:503)| Fax +91-80-51930009 | Cell No
+91-9980012376|www.infics.com
Information transmitted by this e-mail is proprietary to Infinite
Computer Solutions and/ or its Customers and is intended for use only by
the individual or entity to which it is addressed, and may contain
information that is privileged, confidential or exempt from disclosure
under applicable law. If you are not the intended recipient or it
appears that this mail has been forwarded to you without proper
authority, you are notified that any use or dissemination of this
information in any manner is strictly prohibited. In such cases, please
notify us immediately at info(dot)in(at)infics(dot)com and delete this mail from
your records.
Information transmitted by this e-mail is proprietary to Infinite Computer Solutions and / or its Customers and is intended for use only by the individual or the entity to which it is addressed, and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If you are not the intended recipient or it appears that this mail has been forwarded to you without proper authority, you are notified that any use or dissemination of this information in any manner is strictly prohibited. In such cases, please notify us immediately at info(dot)in(at)infics(dot)com and delete this email from your records.
From | Date | Subject | |
---|---|---|---|
Next Message | Richard Broersma Jr | 2006-08-02 13:12:51 | Re: How to use table from one database to another |
Previous Message | Penchalaiah P. | 2006-08-02 12:57:01 | How to use table from one database to another |