Re: sometimes it returns error message: Either BOF or EOF is true in my asp page and it has valid data
From: Stephen Howe (sjhoweATdialDOTpipexDOTcom)
Date: 02/24/05
- Next message: Royboy: "Re: Returning Null value instead of contents of field"
- Previous message: Gérard Leclercq: "Re: Copy between identical tables"
- In reply to: Gabriel Mejía: "Re: sometimes it returns error message: Either BOF or EOF is true in my asp page and it has valid data"
- Next in thread: Gabriel Mejía: "Re: sometimes it returns error message: Either BOF or EOF is true in my asp page and it has valid data"
- Reply: Gabriel Mejía: "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 00:08:04 -0000
> 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: Royboy: "Re: Returning Null value instead of contents of field"
- Previous message: Gérard Leclercq: "Re: Copy between identical tables"
- In reply to: Gabriel Mejía: "Re: sometimes it returns error message: Either BOF or EOF is true in my asp page and it has valid data"
- Next in thread: Gabriel Mejía: "Re: sometimes it returns error message: Either BOF or EOF is true in my asp page and it has valid data"
- Reply: Gabriel Mejía: "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
|
|