Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/06/2002, 14:45
Yoston
 
Fecha de Ingreso: mayo-2002
Mensajes: 83
Antigüedad: 23 años
Puntos: 0
Re: asp bd access no va

Usa OLDB cambia tu conexion ODBC por esta y ve si funciona...

BD= "PROVIDER=Microsoft.Jet.OLEDB.4.0;" & "Data Source=" & Server.MapPath("Tu_BD.mdb;")
set Conexion=server.CreateObject ("ADODB.connection")
Conexion.Open BD

Chausito ;)