Oct 19, 2004 #1 forostec Programmer Oct 5, 2004 13 CO what is this error and how can i fix it? Microsoft Cursor Engine error '80004005' The data provider or another service returns the state E_FAIL. /idu/Consultas.asp, line 103
what is this error and how can i fix it? Microsoft Cursor Engine error '80004005' The data provider or another service returns the state E_FAIL. /idu/Consultas.asp, line 103
Oct 19, 2004 #2 Genimuse Programmer May 15, 2003 1,797 US What is on line 103 and the 5 or so lines before it? Upvote 0 Downvote
Oct 19, 2004 Thread starter #3 forostec Programmer Oct 5, 2004 13 CO This are the lines: Sub WriteTableBody(rst, iRowsPerPage, page) Dim iLoop Dim newsId Dim fld iLoop = 1 rst.PageSize = iRowsPerPage line 103: rst.AbsolutePage = page Upvote 0 Downvote
This are the lines: Sub WriteTableBody(rst, iRowsPerPage, page) Dim iLoop Dim newsId Dim fld iLoop = 1 rst.PageSize = iRowsPerPage line 103: rst.AbsolutePage = page
Oct 20, 2004 #4 gijsterbeek MIS Apr 14, 2004 13 NL It might be that your connection provider doesn't allow using the .AbsolutePage attribute ( Upvote 0 Downvote