
25/11/2005, 18:16
|
 | | | Fecha de Ingreso: septiembre-2005
Mensajes: 231
Antigüedad: 19 años, 8 meses Puntos: 0 | |
dim BD
SET BD=SERVER.CreateObject("ADODB.CONNECTION")
strConnection="driver={MySQL ODBC 3.51 Driver}; Server=localhost; Uid=root; Pwd=tuclave; Database=tubase; option=NUM"
BD.Open strConnection
' MySQL ODBC 3.51 Driver - - Indica el MYODBC |