Error conection with oracle
Posted: Thu 27 Apr 2006 16:27
An unhandled exception of type 'CoreLab.Oracle.OracleException'occurred in CoreLab.Oracle.dll
Additional information:Network error:The requested address is not valid in its context
Dim cnnprueba As OracleConnection
cnnprueba = New OracleConnection
cnnprueba.UserId = "tcihq5"
cnnprueba.Password = "tcihq5"
cnnprueba.Server = "tcihq"
cnnprueba.Sid = "tcihq"
'cnnprueba.Port = 2500
cnnprueba.Open()
Additional information:Network error:The requested address is not valid in its context
Dim cnnprueba As OracleConnection
cnnprueba = New OracleConnection
cnnprueba.UserId = "tcihq5"
cnnprueba.Password = "tcihq5"
cnnprueba.Server = "tcihq"
cnnprueba.Sid = "tcihq"
'cnnprueba.Port = 2500
cnnprueba.Open()