Click here to Skip to main content
15,906,097 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Web Server Requirements Pin
Brady Kelly25-Apr-08 0:24
Brady Kelly25-Apr-08 0:24 
Questionwhois in asp Pin
gayatrilaxmi24-Apr-08 2:27
gayatrilaxmi24-Apr-08 2:27 
GeneralRe: whois in asp Pin
Vasudevan Deepak Kumar24-Apr-08 4:50
Vasudevan Deepak Kumar24-Apr-08 4:50 
GeneralRegarding GAC Pin
soniasan23-Apr-08 22:53
soniasan23-Apr-08 22:53 
GeneralRe: Regarding GAC Pin
Christian Graus25-Apr-08 23:31
protectorChristian Graus25-Apr-08 23:31 
GeneralRe: Regarding GAC Pin
Christian Graus25-Apr-08 23:31
protectorChristian Graus25-Apr-08 23:31 
GeneralSerialize ReportDocument without using RAS Pin
livez23-Apr-08 22:47
livez23-Apr-08 22:47 
GeneralOracle Stored Procedure Problem Pin
Saivjil23-Apr-08 21:39
Saivjil23-Apr-08 21:39 
Hello..,
As i am New to DataBase Oracle.. Kidly Help me out as i was stuck with a Problem..,
My problem is..
As i Created a Stored Procedure as follows..

CREATE OR REPLACE PROCEDURE CRM_sp_getiscontactUsername
(Contact_ID IN Number,OUSERID OUT CRM_CONTACTS.USERID%TYPE,OUserName OUT kwuser.USER_LOGIN%TYPE)
IS
TEMPUserName varchar2(200);
TEMPUser_Ids NUMBER(20);
BEGIN
Select USERID INTO TEMPUser_Ids from CRM_CONTACTS where CONTACTID=CRM_sp_getiscontactUsername.Contact_ID;
OUSERID:=TEMPUser_Ids;

IF(TEMPUser_Ids is not null) THEN
Select USER_LOGIN into TEMPUserName from kwuser where User_ID=TEMPUser_Ids;
OUserName:=TEMPUserName;
ELSE
OUserName:=NULL;
END IF;
END;
-- When i Compile it.. it is successfully Compiled with out any compilation errors and Procedure is Created Successfully.

Problem is when i Execute, it is saying

ORA-06550: line 11, column 10:
PLS-00302: component 'CRM_SP_GETISCONTACTUSERNAME' must be declared
ORA-06550: line 11, column 3:
PL/SQL: Statement ignored

Thanks in advance.........

SaiRamk@vjil.com

QuestionBCC field empty while using CDO.Message Pin
Ashish Vasudev23-Apr-08 19:50
Ashish Vasudev23-Apr-08 19:50 
QuestionHow do I view data value of a dropdownlist when using the Edit field in GridView Pin
garygrub23-Apr-08 19:01
garygrub23-Apr-08 19:01 
GeneralJava Coder needs ASP.NET help Pin
garygrub23-Apr-08 18:06
garygrub23-Apr-08 18:06 
GeneralRe: Java Coder needs ASP.NET help Pin
Christian Graus25-Apr-08 23:32
protectorChristian Graus25-Apr-08 23:32 
QuestionJavascript execWB(6,2) alternatives? Pin
Gump61923-Apr-08 4:57
Gump61923-Apr-08 4:57 
AnswerRe: Javascript execWB(6,2) alternatives? Pin
Vasudevan Deepak Kumar23-Apr-08 21:47
Vasudevan Deepak Kumar23-Apr-08 21:47 
Generalhttp authentication Pin
pashitech22-Apr-08 23:55
pashitech22-Apr-08 23:55 
GeneralAbout MaintainScrollPosition and my web custom control problem! [modified] Pin
maryam.saboor22-Apr-08 22:42
professionalmaryam.saboor22-Apr-08 22:42 
QuestionDoes my experiment have any chance of success ?? Pin
Andrew_3O22-Apr-08 9:39
Andrew_3O22-Apr-08 9:39 
AnswerRe: Does my experiment have any chance of success ?? Pin
Mark J. Miller24-Apr-08 10:44
Mark J. Miller24-Apr-08 10:44 
Generala third party website visiting time duration Pin
asdf175322-Apr-08 9:38
asdf175322-Apr-08 9:38 
GeneralRe: a third party website visiting time duration Pin
Bradml22-Apr-08 13:56
Bradml22-Apr-08 13:56 
QuestionWeb Service Vs. Direction connection to a database. Pin
Steve Holdorf22-Apr-08 3:14
Steve Holdorf22-Apr-08 3:14 
AnswerRe: Web Service Vs. Direction connection to a database. Pin
Shog922-Apr-08 9:18
sitebuilderShog922-Apr-08 9:18 
QuestionHow to compress or Zip a file by in Asp Classic Pin
Kiran S. S.22-Apr-08 1:36
Kiran S. S.22-Apr-08 1:36 
QuestionRe: How to compress or Zip a file by in Asp Classic Pin
Shog922-Apr-08 9:19
sitebuilderShog922-Apr-08 9:19 
GeneralRe: How to compress or Zip a file by in Asp Classic Pin
Christian Graus22-Apr-08 12:46
protectorChristian Graus22-Apr-08 12:46 

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.