
05/06/2002, 17:11
|
 | | | Fecha de Ingreso: noviembre-2001 Ubicación: santiago de shilli
Mensajes: 2.554
Antigüedad: 23 años, 5 meses Puntos: 0 | |
Re: Que hay mal en esta conexion? prueba asi
Código:
Sub OpenDBConn2
Set GobjConnect2 = Server.CreateObject("ADODB.Connection")
GobjConnect2.Open("DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("Items.mdb"))
End Sub
|