Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Microsoft Cursor Engine error '80004005'

Status
Not open for further replies.

forostec

Programmer
Oct 5, 2004
13
0
0
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
 
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
 
It might be that your connection provider doesn't allow using the .AbsolutePage attribute (
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top