Click here to Skip to main content
15,891,864 members
Home / Discussions / Database
   

Database

 
GeneralRe: insert and update Pin
future383929-Oct-10 0:22
future383929-Oct-10 0:22 
AnswerRe: insert and update Pin
Mycroft Holmes29-Oct-10 0:35
professionalMycroft Holmes29-Oct-10 0:35 
GeneralRe: insert and update Pin
future383929-Oct-10 3:01
future383929-Oct-10 3:01 
GeneralRe: insert and update Pin
Mycroft Holmes29-Oct-10 12:38
professionalMycroft Holmes29-Oct-10 12:38 
AnswerRe: insert and update Pin
Rajesh Anuhya29-Oct-10 3:08
professionalRajesh Anuhya29-Oct-10 3:08 
GeneralRe: insert and update Pin
future383929-Oct-10 3:15
future383929-Oct-10 3:15 
GeneralRe: insert and update Pin
future383929-Oct-10 3:25
future383929-Oct-10 3:25 
Questionget the record identity from PostgreSQ/ Pin
Jassim Rahma28-Oct-10 4:57
Jassim Rahma28-Oct-10 4:57 
Hi,

I tried this code to get the record Identity with C# Windows Form application bu tit's not working.. can any one help please...


CREATE OR REPLACE FUNCTION fn_create_resume(resume_name character)  
RETURNS int AS  
$$  
DECLARE  
record_identity int;  
BEGIN  
insert into resume_details (resume_id, resume_name) values (default, resume_name);  
return resume_id;  
END;  
$$ LANGUAGE plpgsql;  

AnswerRe: get the record identity from PostgreSQ/ Pin
Chris Meech28-Oct-10 5:16
Chris Meech28-Oct-10 5:16 
AnswerRe: get the record identity from PostgreSQ/ Pin
David Skelly28-Oct-10 22:35
David Skelly28-Oct-10 22:35 
QuestionPivot? Pin
mark_w_28-Oct-10 3:08
mark_w_28-Oct-10 3:08 
AnswerRe: Pivot? Pin
Goutam Patra28-Oct-10 3:18
professionalGoutam Patra28-Oct-10 3:18 
GeneralRe: Pivot? Pin
mark_w_28-Oct-10 3:24
mark_w_28-Oct-10 3:24 
GeneralRe: Pivot? Pin
Goutam Patra28-Oct-10 3:35
professionalGoutam Patra28-Oct-10 3:35 
AnswerRe: Pivot? Pin
David Mujica28-Oct-10 4:19
David Mujica28-Oct-10 4:19 
GeneralRe: Pivot? Pin
mark_w_28-Oct-10 4:25
mark_w_28-Oct-10 4:25 
AnswerRe: Pivot? Pin
Mycroft Holmes28-Oct-10 13:56
professionalMycroft Holmes28-Oct-10 13:56 
GeneralRe: Pivot? Pin
mark_w_28-Oct-10 21:42
mark_w_28-Oct-10 21:42 
GeneralRe: Pivot? Pin
Mycroft Holmes28-Oct-10 22:20
professionalMycroft Holmes28-Oct-10 22:20 
GeneralRe: Pivot? Pin
mark_w_28-Oct-10 22:32
mark_w_28-Oct-10 22:32 
GeneralRe: Pivot? Pin
Jörgen Andersson28-Oct-10 23:26
professionalJörgen Andersson28-Oct-10 23:26 
GeneralRe: Pivot? Pin
mark_w_29-Oct-10 4:28
mark_w_29-Oct-10 4:28 
GeneralRe: Pivot? Pin
Jörgen Andersson29-Oct-10 5:42
professionalJörgen Andersson29-Oct-10 5:42 
GeneralRe: Pivot? Pin
Mycroft Holmes29-Oct-10 0:27
professionalMycroft Holmes29-Oct-10 0:27 
Questionzip file Pin
tan87327-Oct-10 23:42
tan87327-Oct-10 23:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.