ADO refresh function doesn"t work in Firefox/Mozilla browsers
am 07.12.2004 06:22:14 von ree32
its seems to be having problems with some pages written in ASP on the
intranet. The script debugger is calling this error:
Error: ADO.Refresh is not a function
Where ADO is an MS ADO object used in SQL retrieval.
here is the code causing the problem.
ADO.ExecuteOptions = 1;
ADO.FetchOptions = 1;
ADO.Refresh();
Re: ADO refresh function doesn"t work in Firefox/Mozilla browsers
am 07.12.2004 07:49:23 von Jason Brown
does this mean you're trying to use ADO in client-side code?
--
Jason Brown
Microsoft GTSC, IIS
This posting is provided "AS IS" with no warranties, and confers no
rights.
"ree32" wrote in message
news:7606ccc8.0412062122.16f5c018@posting.google.com...
> its seems to be having problems with some pages written in ASP on the
> intranet. The script debugger is calling this error:
> Error: ADO.Refresh is not a function
>
> Where ADO is an MS ADO object used in SQL retrieval.
>
>
> here is the code causing the problem.
> ADO.ExecuteOptions = 1;
> ADO.FetchOptions = 1;
> ADO.Refresh();