Click here to Skip to main content
15,888,579 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Global.asax Problem Pin
Malcolm Smart31-Oct-07 3:41
Malcolm Smart31-Oct-07 3:41 
Questionrefresh DDL without refreshing whole page Pin
Sarfaraj Ahmed31-Oct-07 1:48
Sarfaraj Ahmed31-Oct-07 1:48 
AnswerRe: refresh DDL without refreshing whole page Pin
John-ph31-Oct-07 2:02
John-ph31-Oct-07 2:02 
GeneralRe: refresh DDL without refreshing whole page Pin
Sarfaraj Ahmed31-Oct-07 2:51
Sarfaraj Ahmed31-Oct-07 2:51 
GeneralRe: refresh DDL without refreshing whole page Pin
John-ph31-Oct-07 3:21
John-ph31-Oct-07 3:21 
GeneralRe: refresh DDL without refreshing whole page Pin
Sarfaraj Ahmed31-Oct-07 3:29
Sarfaraj Ahmed31-Oct-07 3:29 
QuestionNo data output to lbl_header and LabelText fields Pin
Cruisar31-Oct-07 1:39
Cruisar31-Oct-07 1:39 
Questionhow to use executereader() with oralce? Pin
babutkchn31-Oct-07 1:32
babutkchn31-Oct-07 1:32 
hi,

In my appication i'm using Oracle as a back end. In that when i'm using ExecuteReader() it shows an exception. Can any one of help me to solve this issue.

<br />
oleDBConnection = new OleDbConnection(connectString);                   <br />
                    string query = "SELECT V_FIRST_NAME,V_LAST_NAME,V_PHONE_NUMBER,V_EMAIL,V_FAX_NUMBER,V_ADDRESS,V_TITLE,V_POSTAL_CODE,V_COUNTRY from UserDetails where (V_USER_ID = ?) AND (V_PASSWORD = ?)";<br />
<br />
                    OleDbCommand oledbCmd = new OleDbCommand(query, oleDBConnection);<br />
                    oledbCmd.CommandText = query;<br />
<br />
                    oledbCmd.CommandType = CommandType.Text;<br />
<br />
                    OleDbParameter par = oledbCmd.Parameters.Add("UserName", OleDbType.VarWChar, 50);<br />
                    OleDbParameter parm = oledbCmd.Parameters.Add("password", OleDbType.VarWChar, 50);<br />
<br />
                    oledbCmd.Parameters["UserName"].Value = userName;<br />
                    oledbCmd.Parameters["password"].Value = password;<br />
<br />
                    oledbCmd.Connection = oleDBConnection;<br />
<br />
                    oleDBConnection.Open();<br />
                    <br />
                    OleDbDataReader dr ;<br />
                    dr = oledbCmd.ExecuteReader();<br />



It threw an exception when executing the last line. The exception states that Unspecified error.Oracle error occured,but error message could not retrieved from Oracle.Data Type is not supported.
QuestionPaging problem in GridView [modified] Pin
Thavika31-Oct-07 1:30
Thavika31-Oct-07 1:30 
Questionhow to read Excel file and show records into the Grid. Pin
Tejesh Kamble31-Oct-07 1:09
Tejesh Kamble31-Oct-07 1:09 
AnswerRe: how to read Excel file and show records into the Grid. [modified] Pin
Jintal Patel31-Oct-07 2:05
Jintal Patel31-Oct-07 2:05 
GeneralRe: how to read Excel file and show records into the Grid. Pin
Tejesh Kamble31-Oct-07 2:30
Tejesh Kamble31-Oct-07 2:30 
QuestionPaging problem in GridView [modified] Pin
Thavika31-Oct-07 0:55
Thavika31-Oct-07 0:55 
AnswerRe: Paging problem in GridView Pin
Imran Khan Pathan31-Oct-07 1:24
Imran Khan Pathan31-Oct-07 1:24 
GeneralRe: Paging problem in GridView Pin
Thavika31-Oct-07 1:31
Thavika31-Oct-07 1:31 
GeneralRe: Paging problem in GridView Pin
Imran Khan Pathan31-Oct-07 1:35
Imran Khan Pathan31-Oct-07 1:35 
QuestionLogin failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. Pin
sachinkalse31-Oct-07 0:44
sachinkalse31-Oct-07 0:44 
QuestionHow to close a frame in a webpage? Pin
Spunky Coder31-Oct-07 0:36
Spunky Coder31-Oct-07 0:36 
AnswerRe: How to close a frame in a webpage? Pin
N a v a n e e t h31-Oct-07 1:01
N a v a n e e t h31-Oct-07 1:01 
GeneralHTML Source From URL Pin
raju melveetilpurayil31-Oct-07 0:35
professionalraju melveetilpurayil31-Oct-07 0:35 
AnswerRe: HTML Source From URL Pin
Guffa31-Oct-07 1:00
Guffa31-Oct-07 1:00 
GeneralRe: HTML Source From URL Pin
N a v a n e e t h31-Oct-07 1:04
N a v a n e e t h31-Oct-07 1:04 
GeneralRe: HTML Source From URL Pin
Guffa31-Oct-07 9:49
Guffa31-Oct-07 9:49 
AnswerRe: HTML Source From URL Pin
Guffa31-Oct-07 9:47
Guffa31-Oct-07 9:47 
Questionbutton id in gridvew Pin
Sonia Gupta31-Oct-07 0:28
Sonia Gupta31-Oct-07 0:28 

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.