Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-08-06 : 00:21:08
|
Vincent writes "Hi,I'm accessing an SQL Server DB from ASP using an ADO recordset.All the Microsoft literature and related document mention the possiblity to page through the recordset using a client side cursor or server side cursor in SQL server, with AbsolutePage, PageSize, PageCount.Yet I've tried all the combinations of recordset type (asynch,buffered,client cursor,server cursor, etc) but in vain: I get the following message from ASP:[ADODB.Recordset error '800a0cb3'][The operation requested by the application is not supported by the provider.]Do you have any idea where this could come from?Thanks a lotVince" |
|
|
|
|
|