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. :( :(


