Re: sometimes it returns error message: Either BOF or EOF is true in my asp page and it has valid data
From: Gabriel Mejía (gabrielme_at_elcolombiano.com.co)
Date: 02/22/05
- Next message: shadow123: "Recordset Filter property and NULL"
- Previous message: Brad Rhodes: "Re: VB-> ADO -> ORACLE"
- In reply to: Stephen Howe: "Re: sometimes it returns error message: Either BOF or EOF is true in my asp page and it has valid data"
- Next in thread: Stephen Howe: "Re: sometimes it returns error message: Either BOF or EOF is true in my asp page and it has valid data"
- Reply: Stephen Howe: "Re: sometimes it returns error message: Either BOF or EOF is true in my asp page and it has valid data"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 22 Feb 2005 16:25:02 -0500
but why it does happen some times and some doesn´t??? does it have sense?
"Stephen Howe" <stephenPOINThoweATtns-globalPOINTcom> escribió en el mensaje
news:OrjXokFGFHA.208@TK2MSFTNGP12.phx.gbl...
> > Microsoft give a solution at the article Article ID : 230101
> >
> > but I did it all (I have mdac 2.8 installed and the problem still
> ocurrs).
>
> Sounds to me like the RecordSet it returns is part of the count of the
> number of records (the one that is affected by SET NOCOUNT ON).
>
> > any suggestions?
>
> Examine NextRecordSet and programme for this.
> If BOF and EOF are both TRUE then the Recordset is empty.
> So skip processing of that recordset.
> If you then examine NextRecordSet, you might find it is not Nothing and
> actually contains the records you after. Keep looping until NextRecordSet
is
> Nothing
>
> Stephen Howe
>
>
> >
> >
>
>
- Next message: shadow123: "Recordset Filter property and NULL"
- Previous message: Brad Rhodes: "Re: VB-> ADO -> ORACLE"
- In reply to: Stephen Howe: "Re: sometimes it returns error message: Either BOF or EOF is true in my asp page and it has valid data"
- Next in thread: Stephen Howe: "Re: sometimes it returns error message: Either BOF or EOF is true in my asp page and it has valid data"
- Reply: Stephen Howe: "Re: sometimes it returns error message: Either BOF or EOF is true in my asp page and it has valid data"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|