Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/11/2005, 14:45
Avatar de lop7
lop7
 
Fecha de Ingreso: junio-2005
Ubicación: portuguesa (Venezuela)
Mensajes: 187
Antigüedad: 18 años, 10 meses
Puntos: 1
Hola...
prueba asi:

Private Sub Command1_Click()
dim str as string
Dim miconexion As ADODB.Connection
Dim mirecordset As ADODB.Recordset
Set mirecordset = New ADODB.Recordset
Set miconexion = New ADODB.Connection
miconexion.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Settings\josetxo\Escritorio\pruebas VB y BD\datos convertidos.mdb;Persist Security Info=False"
miconexion.Open

str= "josetxo galarregui gonzalez"
mirecordset.Open "select jugadores_dorsal, jugadores_nombre, jugadores_goles from jugadores where jugadores_nombre= str, miconexion, adOpenDynamic, adLockOptimistic
end sub

a ver que te dice...ok
saludos...
nos vmos...
__________________
A quien dices un secreto le entregas tu libertad :si: