Click here to Skip to main content
15,906,645 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDropDownlist auto increament in values problem Pin
Rameez Raja10-Sep-08 21:01
Rameez Raja10-Sep-08 21:01 
AnswerRe: DropDownlist auto increament in values problem Pin
Herman<T>.Instance10-Sep-08 22:20
Herman<T>.Instance10-Sep-08 22:20 
Questionclientside validation for date Pin
imranafsari10-Sep-08 17:41
imranafsari10-Sep-08 17:41 
AnswerRe: clientside validation for date Pin
Gamzun10-Sep-08 18:34
Gamzun10-Sep-08 18:34 
AnswerRe: clientside validation for date Pin
Guffa10-Sep-08 20:33
Guffa10-Sep-08 20:33 
QuestionDynamically Creating PDF using ASP.NET Pin
kc_krishnan10-Sep-08 17:19
kc_krishnan10-Sep-08 17:19 
AnswerRe: Dynamically Creating PDF using ASP.NET Pin
Ed The Fish16-Oct-08 7:47
Ed The Fish16-Oct-08 7:47 
QuestionHELP!!! how can I connect to Oracle with this error?? [modified] Pin
meki_211810-Sep-08 17:08
meki_211810-Sep-08 17:08 
I've been working my first web site and I'm trying to connect in my oracle with this code..
and i'm using Microsoft web developer 2008

Dim oraCommand As OracleCommand = New OracleCommand(strSQLRecords, oraConnection)
Dim oraDataAdapter As OracleDataAdapter = New OracleDataAdapter(oraCommand)

Dim oraDS As New Data.DataSet

oraDataAdapter.Fill(oraDS)

Return oraDS

but I always get the error in the oraDataAdapter.Fill(oraDS) line
"ORA-12154: TNS:could not resolve the connect identifier specified"

hope you can help me with this problem..

thanks in advance Smile | :)

modified on Wednesday, September 10, 2008 11:42 PM

AnswerRe: HELP!!! how can I connect to Oracle with this error?? Pin
Gamzun10-Sep-08 18:31
Gamzun10-Sep-08 18:31 
GeneralRe: HELP!!! how can I connect to Oracle with this error?? Pin
meki_211810-Sep-08 21:37
meki_211810-Sep-08 21:37 
AnswerRe: HELP!!! how can I connect to Oracle with this error?? Pin
Rich.Edwards12-Sep-08 4:58
Rich.Edwards12-Sep-08 4:58 
QuestionEventLog problem ,,Vista Home Pin
Amr M. K.10-Sep-08 11:04
Amr M. K.10-Sep-08 11:04 
AnswerRe: EventLog problem ,,Vista Home Pin
Abhijit Jana10-Sep-08 18:51
professionalAbhijit Jana10-Sep-08 18:51 
GeneralRe: EventLog problem ,,Vista Home Pin
Amr M. K.11-Sep-08 1:22
Amr M. K.11-Sep-08 1:22 
Questionhow to check the username is already exist in a table...? Pin
asad_black10-Sep-08 9:34
asad_black10-Sep-08 9:34 
AnswerRe: how to check the username is already exist in a table...? Pin
Christian Graus10-Sep-08 9:45
protectorChristian Graus10-Sep-08 9:45 
AnswerRe: how to check the username is already exist in a table...? Pin
Pete O'Hanlon10-Sep-08 10:36
mvePete O'Hanlon10-Sep-08 10:36 
AnswerRe: how to check the username is already exist in a table...? Pin
naveedmazhar10-Sep-08 18:14
naveedmazhar10-Sep-08 18:14 
QuestionError loading WebForm.aspx Pin
Reality Strikes10-Sep-08 8:33
Reality Strikes10-Sep-08 8:33 
Questionjavascript function call from user control's command button Pin
Neeraj Arora10-Sep-08 7:31
Neeraj Arora10-Sep-08 7:31 
AnswerRe: javascript function call from user control's command button Pin
Christian Graus10-Sep-08 8:07
protectorChristian Graus10-Sep-08 8:07 
GeneralRe: javascript function call from user control's command button Pin
Neeraj Arora10-Sep-08 8:15
Neeraj Arora10-Sep-08 8:15 
GeneralRe: javascript function call from user control's command button Pin
Christian Graus10-Sep-08 8:30
protectorChristian Graus10-Sep-08 8:30 
AnswerRe: javascript function call from user control's command button Pin
naveedmazhar10-Sep-08 18:24
naveedmazhar10-Sep-08 18:24 
QuestionChild Control Problem With Page_Load Pin
Brady Kelly10-Sep-08 7:10
Brady Kelly10-Sep-08 7:10 

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.