Ver Mensaje Individual
  #6 (permalink)  
Antiguo 09/10/2005, 13:49
Avatar de aldo1982
aldo1982
 
Fecha de Ingreso: noviembre-2004
Ubicación: Santa Fe (Argentina) Colon F.C
Mensajes: 1.362
Antigüedad: 19 años, 5 meses
Puntos: 6
bue mira probe y me tira error te dejo el codigo a ver si me podrias correjir

Set cxnfac = New ADODB.Connection
cxnfac.ConnectionString = "Driver={MySQL ODBC 3.51 Driver};Server=localhost;Port=3306;Option=131072;S tmt=;Database=l2jdb;" & "uid=" & Form12.uid1 & ";" & "pwd=" & Form12.pwd1 & ";"
cxnfac.Open



SQL = "select char_name from characters "
Set rs = cxnfac.Execute(SQL, , adCmdText)

Do While Not rs.EOF

DataGrid1 = rs!char_name





rs.MoveNext
Loop
rs.Close
__________________
LA MUERTE ESTÁ TAN SEGURA DE VENCER QUE NOS DA TODA UNA VIDA DE VENTAJA