Click to See Complete Forum and Search --> : Microsoft OLE DB Provider for SQL Server error '80040e21'


nadia
01-19-2002, 05:38 AM
hi there,

currently i m facing problem with sql server 7 on net. cuz the code run locally
well but after hosting ASP page generate error.

Microsoft OLE DB Provider for SQL Server error '80040e21'

Error Occured,

Line Number 165;

but i checked all the code, its work well locally

Guide me

Thank you

Douglas J. Steele
01-19-2002, 07:42 AM
According to
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vidref98/ht
ml/vicontroubleshooting.asp that error can be caused by "an attempt to get
the next record before the previous database request has completed. You can
avoid this error by buffering the page containing the form, so that it does
not display in the browser until the data has been completely fetched and
the page composed. To set buffering, add the following command to the top of
the page:

<% Response.Buffering=true %>

"
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele


"nadia" <deepinu78@hotmail.com> wrote in message
news:3c494caf$1@147.208.176.211...
>
> hi there,
>
> currently i m facing problem with sql server 7 on net. cuz the code run
locally
> well but after hosting ASP page generate error.
>
> Microsoft OLE DB Provider for SQL Server error '80040e21'
>
> Error Occured,
>
> Line Number 165;
>
> but i checked all the code, its work well locally
>
> Guide me
>
> Thank you