Click here to Skip to main content
15,917,928 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Assign a value to a hidden field from javascript Pin
yesu prakash15-Jul-09 2:59
yesu prakash15-Jul-09 2:59 
AnswerRe: Assign a value to a hidden field from javascript Pin
Ajeet mittal15-Jul-09 3:12
Ajeet mittal15-Jul-09 3:12 
QuestionHow to decrypt the password Pin
janani1315-Jul-09 0:45
janani1315-Jul-09 0:45 
AnswerRe: How to decrypt the password Pin
Sabari MD15-Jul-09 1:02
Sabari MD15-Jul-09 1:02 
AnswerRe: How to decrypt the password Pin
Christian Graus15-Jul-09 1:18
protectorChristian Graus15-Jul-09 1:18 
GeneralRe: How to decrypt the password Pin
janani1315-Jul-09 1:35
janani1315-Jul-09 1:35 
QuestionData Binding in Custom Control Pin
pulak srivastava15-Jul-09 0:35
pulak srivastava15-Jul-09 0:35 
QuestionASP.net With Oracle Pin
sandhya1415-Jul-09 0:18
sandhya1415-Jul-09 0:18 
Hi all.....

This is my oracle statement...while executing its giving an error:

21/29 PL/SQL: ORA-00923: FROM keyword not found where expected

please help me to solve this issue.. its urgent...
create or replace PROCEDURE PEAP_SelectEmpAppraiser
(
AppraiserID IN VARCHAR2 DEFAULT NULL,
Cur_RCT1 OUT GLOBALPKG.RCT1
)
AS
BEGIN

EXECUTE IMMEDIATE 'TRUNCATE TABLE PEAP_SelectEmployeesByApr';

INSERT INTO PEAP_SelectEmployeesByApr
SELECT emp_code AS EmployeeID,
emp_code || ' ' || l_name || ' ' || f_name AS SurNameFirstName
FROM emp_master
WHERE (Appraiser = PEAP_SelectEmpAppraiser.AppraiserID);
Insert into PEAP_SelectEmployeesByApr
SELECT emp_code as EmployeeID ,emp_code || ' ' || l_Name || ' ' ||
f_Name AS SurNameFirstName FROM emp_master
WHERE ( Reporting_To = PEAP_SelectEmpAppraiser.AppraiserID) and
isnull ( Appraiser , '') = '' and emp_code not in
( select EmployeeID from PEAP_SelectEmployeesByApr);
OPEN Cur_RCT1 FOR
SELECT DISTINCT
EmployeeID,
SurNameFirstName
FROM PEAP_SelectEmployeesByApr;
END;
/
AnswerRe: ASP.net With Oracle Pin
Christian Graus15-Jul-09 0:41
protectorChristian Graus15-Jul-09 0:41 
AnswerRe: ASP.net With Oracle Pin
sandhya1415-Jul-09 0:58
sandhya1415-Jul-09 0:58 
GeneralRe: ASP.net With Oracle Pin
Christian Graus15-Jul-09 1:19
protectorChristian Graus15-Jul-09 1:19 
GeneralRe: ASP.net With Oracle Pin
sandhya1415-Jul-09 1:27
sandhya1415-Jul-09 1:27 
GeneralRe: ASP.net With Oracle Pin
r a m e s h15-Jul-09 1:21
r a m e s h15-Jul-09 1:21 
QuestionProblem with Ajax update panel Pin
hozsam14-Jul-09 23:40
hozsam14-Jul-09 23:40 
AnswerRe: Problem with Ajax update panel Pin
Christian Graus15-Jul-09 0:42
protectorChristian Graus15-Jul-09 0:42 
GeneralRe: Problem with Ajax update panel Pin
hozsam15-Jul-09 1:22
hozsam15-Jul-09 1:22 
Questionlistview HoverMenuExtender not working Pin
ademsandeepreddy14-Jul-09 23:07
ademsandeepreddy14-Jul-09 23:07 
QuestionRPC Server is Unavailable Pin
Sabari MD14-Jul-09 22:37
Sabari MD14-Jul-09 22:37 
AnswerRe: RPC Server is Unavailable Pin
Blue_Boy14-Jul-09 22:38
Blue_Boy14-Jul-09 22:38 
QuestionBest Method to Instantiate a Class Pin
Bardy8514-Jul-09 22:01
Bardy8514-Jul-09 22:01 
AnswerRe: Best Method to Instantiate a Class Pin
jc.net15-Jul-09 0:36
jc.net15-Jul-09 0:36 
GeneralRe: Best Method to Instantiate a Class Pin
Bardy8515-Jul-09 1:10
Bardy8515-Jul-09 1:10 
QuestionImplementation of iDatasource Interface Pin
pulak srivastava14-Jul-09 21:50
pulak srivastava14-Jul-09 21:50 
QuestionServer Control Doesn't Work when placing google ads on the page Pin
Dhrumil_Shukla14-Jul-09 21:47
Dhrumil_Shukla14-Jul-09 21:47 
Questiondefault.aspx.cs can not see classes added in App_Code folder Pin
Chesnokov Yuriy14-Jul-09 21:02
professionalChesnokov Yuriy14-Jul-09 21:02 

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.