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/24/05
- Next message: Richard: "Re: Passing form name to generalized procedure"
- Previous message: Brendan Reynolds: "Re: Passing form name to generalized procedure"
- 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: Thu, 24 Feb 2005 09:21:28 -0500
how do I know I am using coonection pooling?
how do I know I am using SQLOLEDB provider?
"Stephen Howe" <sjhoweATdialDOTpipexDOTcom> escribió en el mensaje
news:OCjY$VgGFHA.2592@TK2MSFTNGP10.phx.gbl...
> > but why it does happen some times and some doesn´t??? does it have
sense?
>
> Some other possibilities:
>
> 1) You don't happen to be opening more than 1 Recordset _AT THE SAME TIME_
> within your code from the same Connection? There is some limitation with
SQL
> Server whereby you cannot have 2+ Servers-sided, ForwardOnly cursors on
the
> same connection. See
> http://support.microsoft.com/default.aspx?scid=kb;en-us;235282
>
> 2) Another possibility is you have hit a ceiling limit on the number of
> active connections you can have.
>
> 3) Are you using Connection pooling?
>
> 4) Are you using SQLOLEDB provider?
>
> Stephen
>
>
>
>
>
>
- Next message: Richard: "Re: Passing form name to generalized procedure"
- Previous message: Brendan Reynolds: "Re: Passing form name to generalized procedure"
- 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
|
|