Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/05/2002, 15:18
rashid
 
Fecha de Ingreso: enero-2002
Ubicación: Perez Zeledon Costa Rica
Mensajes: 1.009
Antigüedad: 23 años, 5 meses
Puntos: 11
Por que este error?

Logre correr este SQL
gsSQL = gsSQL & "SELECT * FROM Auctions WHERE CategoryID=15 AND ItemOwner=10 AND Province='caca'"
objPagingRS.Open gsSQL, GobjConnect, adOpenStatic, adLockReadOnly, adCmdText


Si existe en la BD el item con estas definiciones del SQL, por qué me da este error:
ADODB.Field error '80020009'

Either BOF or EOF is True, or the current record has been deleted; the operation requested by the application requires a current record.

?

Gracias por su ayuda. :( :(