Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/09/2004, 12:45
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 2 meses
Puntos: 535
Hola zangano, intentá esto:

set oConn=Server.CreateObject("ADODB.Connection")
set rs=Server.CreateObject("ADODB.Recordset")
oConn.ConnectionString = connectionStr
conn.mode = 3 ' adModeReadWrite
oConn.Open
SQL="SELECT top 6 * FROM noticias ORDER BY id DESC"
rs.open SQL, oConn
If Not rs.BOF And Not rs.EOF Then
Do While Not rs.EOF


Información obtenida de...
aspfaq.com: Why does Access give me 'unspecified error' messages?
__________________
...___...