Re: sometimes it returns error message: Either BOF or EOF is true in my asp page and it has valid data
From: Stephen Howe (stephenPOINThoweATtns-globalPOINTcom)
Date: 02/24/05
- Next message: Scott McBurney: "RE: Unicode and Microsoft Text Driver"
- Previous message: Stephen Howe: "Re: Returning Null value instead of contents of field"
- 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"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 24 Feb 2005 17:21:50 -0000
> how do I know I am using coonection pooling?
Read this
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmdac/html/pooling2.asp
and cursor down to "OLE DB Resource Pooling"
Pooling is worth doing for web pages so that the throughput of requests is
efficient.
> how do I know I am using SQLOLEDB provider?
You know because you mention the connection string.
In your original post, you had strConect.
I don't know what the contents of that is.
Do you?
Stephen Howe
- Next message: Scott McBurney: "RE: Unicode and Microsoft Text Driver"
- Previous message: Stephen Howe: "Re: Returning Null value instead of contents of field"
- 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"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|