Oct 19, 2004 #1 forostec Programmer Joined Oct 5, 2004 Messages 13 Location 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 Joined May 15, 2003 Messages 1,797 Location 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 Joined Oct 5, 2004 Messages 13 Location 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 Joined Apr 14, 2004 Messages 13 Location NL It might be that your connection provider doesn't allow using the .AbsolutePage attribute ( Upvote 0 Downvote