Click here to Skip to main content
16,016,789 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: changing header text in the accordian control dynamically Pin
Prashant B. Lavate22-Sep-08 1:21
Prashant B. Lavate22-Sep-08 1:21 
Questionnew row in girdView using JavaScript Pin
Amr M. K.21-Sep-08 22:20
Amr M. K.21-Sep-08 22:20 
QuestionFlash Border Pin
mehrdadc4821-Sep-08 22:18
mehrdadc4821-Sep-08 22:18 
QuestionSystem.OutOfMemoryException Pin
kuwl_mark21-Sep-08 21:56
kuwl_mark21-Sep-08 21:56 
AnswerRe: System.OutOfMemoryException Pin
Abhishek Sur21-Sep-08 22:21
professionalAbhishek Sur21-Sep-08 22:21 
AnswerRe: System.OutOfMemoryException Pin
N a v a n e e t h21-Sep-08 23:08
N a v a n e e t h21-Sep-08 23:08 
Questionwindow.close() for mozilla for single window without popup Pin
ashish bhakhar21-Sep-08 21:42
ashish bhakhar21-Sep-08 21:42 
Questionusing orcle server client Pin
brettokumar21-Sep-08 21:31
professionalbrettokumar21-Sep-08 21:31 
hi i my pro im using orcale client server

while i m using update query i run properly. but instead of query im using storeprocedure i can not execute it display error like 'invalid sql statement '

if im execute that procedure in my pl/sql it run properly

my code is like
in my sapx.cs file
string Qry = "Exec user_insert_proc('BW100000906','127.0.0.1','acibre','BrettoKumar','09006833242hijklm', 'bretto_be@yahoo.com',2,'abraham','Bretto','Abraham','1','27-Apr-1971','','22-Sep-2008 12:37:55 AM','22-Sep-2008 12:37:55 AM','ttk','alwarpet','620001','chennai','tamilnadu','BW','04411-123456789','0441-123456789','91-98947455711','','','8237536982482857233565195638026419924352543044988390181159607082248527607624911769985440292861738021','22-Sep-2008 12:37:55')";


public string exeQry(string qry)
{



if (Con.State == ConnectionState.Closed)
{
Con.Open();
}
cmd = new OracleCommand(qry, Con);
cmd.ExecuteOracleNonQuery();
Con.Close();

}

it display error like ORA:00900 invalide sql statement

with regards,
bretto

AnswerRe: using orcle server client Pin
Abhishek Sur21-Sep-08 22:26
professionalAbhishek Sur21-Sep-08 22:26 
AnswerRe: using orcle server client Pin
N a v a n e e t h21-Sep-08 23:10
N a v a n e e t h21-Sep-08 23:10 
QuestionTreeview in Dropdown Extendar Pin
rahul.net1121-Sep-08 21:14
rahul.net1121-Sep-08 21:14 
Questionhow to write this code in C# Pin
Piyush Vardhan Singh21-Sep-08 20:46
Piyush Vardhan Singh21-Sep-08 20:46 
AnswerRe: how to write this code in C# Pin
Caio Kinzel Filho21-Sep-08 20:53
Caio Kinzel Filho21-Sep-08 20:53 
GeneralRe: how to write this code in C# Pin
Piyush Vardhan Singh21-Sep-08 21:22
Piyush Vardhan Singh21-Sep-08 21:22 
GeneralRe: how to write this code in C# Pin
Abhishek Sur21-Sep-08 22:24
professionalAbhishek Sur21-Sep-08 22:24 
GeneralRe: how to write this code in C# Pin
Caio Kinzel Filho22-Sep-08 3:41
Caio Kinzel Filho22-Sep-08 3:41 
QuestionHorizontal and vertical centering of a Update panel progress bar in a page. How? Pin
G Nathan21-Sep-08 20:12
G Nathan21-Sep-08 20:12 
QuestionCall a perl script (.pl file) from asp.net Pin
giri_jazz21-Sep-08 20:01
giri_jazz21-Sep-08 20:01 
Questionasp.net web application on Linux server Pin
UD(IA)21-Sep-08 19:52
UD(IA)21-Sep-08 19:52 
AnswerRe: asp.net web application on Linux server Pin
Caio Kinzel Filho21-Sep-08 20:07
Caio Kinzel Filho21-Sep-08 20:07 
GeneralRe: asp.net web application on Linux server Pin
UD(IA)22-Sep-08 0:54
UD(IA)22-Sep-08 0:54 
GeneralRe: asp.net web application on Linux server Pin
Caio Kinzel Filho22-Sep-08 3:46
Caio Kinzel Filho22-Sep-08 3:46 
Questionhow to validate the text enter in the textbox after entering the complete in text in the textbox Pin
lakshmichawala21-Sep-08 18:51
lakshmichawala21-Sep-08 18:51 
AnswerRe: how to validate the text enter in the textbox after entering the complete in text in the textbox Pin
Caio Kinzel Filho21-Sep-08 20:29
Caio Kinzel Filho21-Sep-08 20:29 
GeneralRe: how to validate the text enter in the textbox after entering the complete in text in the textbox Pin
lakshmichawala21-Sep-08 21:09
lakshmichawala21-Sep-08 21:09 

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.