Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/07/2003, 13:56
Avatar de Saruman
Saruman
 
Fecha de Ingreso: mayo-2003
Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 22 años, 1 mes
Puntos: 5
donde tas llamando la base de datos??? no lo veo...

prueba con esta coneccion, es mas sencilla:

<%
dim Master
dim sql
dim RS

Set Master = Server.CreateObject("ADODB.Connection")
Master.Open("DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("datos.mdb"))

sql = "SELECT * FROM cds ORDER BY title ASC"
set RS = Master.Execute(sql)
%>

ok
__________________
Saruman

One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them.