Ver Mensaje Individual
  #5 (permalink)  
Antiguo 27/07/2004, 12:33
Avatar de HPNeo
HPNeo
 
Fecha de Ingreso: mayo-2004
Ubicación: The Matrix
Mensajes: 223
Antigüedad: 20 años, 11 meses
Puntos: 0
La conexion a base de datos sin DSN es:

set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath("ruta/base_de_datos.mdb")
__________________
HPNeo