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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating Pages Out Of An Sql Report

Status
Not open for further replies.

Deltaflyer

Programmer
Oct 11, 2000
184
GB
Creating Pages Out Of An Sql Report

I am running a complex SQL command that is pulling back 2000+ records with 35 fields, but only want to be showing apr. 30-50 records per page. (With hyperlinks for the other pages)

Trying to initialize RecordSet.AbsolutePage=1 always returns the error :

ADODB.Recordset error '800a0cb3'
Object or provider is not capable of performing requested operation.


When i have checked RecordSet.AbsolutePage it is storing a value of -1

Can anyone tell me how to initialize this string so that i can get my page working.

Thanks, Deltaflyer
[sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top