Foros del Web » Programación para mayores de 30 ;) » .NET »

Error al conectar a Oracle

Estas en el tema de Error al conectar a Oracle en el foro de .NET en Foros del Web. Me conecto a oracle de la siguiente forma: Imports System.Data.OleDb Imports System.Data Imports System.Web.UI.HtmlControls Public Class Registro Inherits System.Web.UI.Page Dim cora As New OleDbConnection ("Provider=MSDAORA.1;Password=hsac;User ...
  #1 (permalink)  
Antiguo 01/03/2005, 13:33
 
Fecha de Ingreso: octubre-2004
Mensajes: 71
Antigüedad: 19 años, 6 meses
Puntos: 0
Pregunta Error al conectar a Oracle

Me conecto a oracle de la siguiente forma:

Imports System.Data.OleDb
Imports System.Data
Imports System.Web.UI.HtmlControls
Public Class Registro
Inherits System.Web.UI.Page
Dim cora As New OleDbConnection ("Provider=MSDAORA.1;Password=hsac;User
ID=hsac;Data Source=INTRANET_192.168.201.14")
End Sub

Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
cora.Open()
cora.Close()
End Sub

al realizar esto me sale el siguiente error:

Error de servidor en la aplicación '/ncconformida'.
--------------------------------------------------------------------------------

Oracle client and networking components were not found. These components are supplied by Oracle Corporation and are part of the Oracle Version 7.3.3 or later client software installation. Provider is unable to function until these components are installed.

espero puedan ayudarme...
  #2 (permalink)  
Antiguo 01/03/2005, 13:54
Avatar de RootK
Moderador
 
Fecha de Ingreso: febrero-2002
Ubicación: México D.F
Mensajes: 8.004
Antigüedad: 22 años, 2 meses
Puntos: 50
http://www.code101.com/Code101/Displ...le.aspx?cid=35

Salu2
__________________
Nadie roba nada ya que en la vida todo se paga . . .

Exentrit - Soluciones SharePoint & Net
  #3 (permalink)  
Antiguo 16/03/2005, 09:57
 
Fecha de Ingreso: octubre-2004
Mensajes: 71
Antigüedad: 19 años, 6 meses
Puntos: 0
ahora me sale el siguiente error:

ERROR [NA000] [Microsoft][ODBC driver for Oracle][Oracle] ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed ERROR [01000] [Microsoft][ODBC Driver Manager] The driver doesn't support the version of ODBC behavior that the application requested (see SQLSetEnvAttr).

espero que me puedan ayudar.
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 18:59.