
09/10/2005, 13:49
|
 | | | Fecha de Ingreso: noviembre-2004 Ubicación: Santa Fe (Argentina) Colon F.C
Mensajes: 1.362
Antigüedad: 20 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 |