GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Peoplesoft  >  SQR
Go To First  |  Previous Question  |  Next Question 
 SQR  |  Question 13 of 27    Print  
What is search Record?How to create SQC? How to connect other application in component interface?

  
Total Answers and Comments: 9 Last Update: December 07, 2007     Asked by: rahul dhamal 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
November 08, 2005 11:38:27   #1  
vandhana        

RE: Q2.How to create S...
write down ur procedure in a notepad and use the naming convention as .sqc.
 
Is this answer useful? Yes | No
December 16, 2005 14:51:11   #2  
srinivasulu        

RE: Q1. What is search Record?Q2. How to create SQ...

hi
Search record is a record that has at least one search key. Sqc is nothing but sqr program but the saving convention is sqc. By using Keys methods and properties we can connect other application in ci.


 
Is this answer useful? Yes | No
December 30, 2005 04:33:04   #3  
praveen        

RE: Q1. What is search Record?Q2. How to create SQ...

hi

in the search record need one key field of parent record.


 
Is this answer useful? Yes | No
July 27, 2006 02:23:42   #4  
nagesh        

RE: Q1. What is search Record?Q2. How to create SQ...

if u want to create sqc u can write programm like sqr but with out program section and can save with .sqc extension.


 
Is this answer useful? Yes | No
October 03, 2006 06:24:19   #5  
neelvizhi        

RE: Q1. What is search Record?Q2. How to create SQ...

What is search Record?

Search record is the first record which will be accessed by component buffer. means it facilitates the retrival of required rows that will be used for the compoenet. e.g instead of retriviewing all the rows we can select some particular through the search keys.it willl improve the performance.


 
Is this answer useful? Yes | No
November 08, 2006 04:57:08   #6  
Nataraj        

RE: Q1. What is search Record?Q2. How to create SQ...

Search Record: Based on upon search record keys the component processor retrieves data from database and waits for the user action. We can give the row level security based on upon this search record.

SQCS: SQC'S can be created with naming conventions of.sqc.

This SQCs are used for commonly used procedures instead writing again and again same


 
Is this answer useful? Yes | No
February 17, 2007 17:49:02   #7  
RamKumar        

RE: What is search Record?How to create SQC? How to co...

Search Record : A Search Record provides a easiest way of navigation in to a page in component.

 
Is this answer useful? Yes | No
November 19, 2007 12:49:34   #8  
pradeep        

RE: What is search Record?How to create SQC? How to co...
this is the example!! of SQC and SQR


write procedure in a note pad and save it ex1.sqc
begin-procedure main
begin-select
emplid
name
from ps_personal_data
end-select
end-procedure

after that select new notpad and save ex2.sqr

#include 'ex1.sqc'
begin-program
do main
end-program

run the ex2.sqr file

 
Is this answer useful? Yes | No
December 07, 2007 07:05:12   #9  
rahul_96k Member Since: November 2005   Contribution: 3    

RE: What is search Record?How to create SQC? How to connect other application in component interface?

Search Record are use define the structure of dialog box is also use to retrive and filter the data.

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape