Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/07/2005, 10:08
Avatar de Maxi.Net
Maxi.Net
 
Fecha de Ingreso: abril-2005
Ubicación: R.M. Talagante, Chile!!
Mensajes: 295
Antigüedad: 19 años, 11 meses
Puntos: 2
Conexion a base de datos

Hola : alguien me puede decir cual es el error?

Dim StrConexion As String
Dim StrComando As String
Dim AdaptadorAutores As New OleDbDataAdapter()
Dim Ds As New DataSet()

StrConexion = "Provider=Microsoft Jet 4.0 OLE DB Provider;User ID=Admin;Persist Security Info=False; Initial Catalog=pubs; Data Source=(local)"


StrComando = "SELECT * FROM Authors Where au_id='" & AU_ID & "'"
System.Console.WriteLine(" ss" & AU_ID)

AdaptadorAutores = New OleDbDataAdapter(StrComando, StrConexion)

NO se que es lo que esta mal!!!!!

GRaciasss