Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Rowset does not support scrolling backward


Message #1 by "Pablo Raices" <pablo_raices@w...> on Wed, 15 Aug 2001 17:47:40 -0300
Hello,



A connection to an access database  returns the following:



Microsoft JET Database Engine error '80040e29'

Rowset does not support scrolling backward.



what can be done about this?



Thanks!

Message #2 by "Ken Schaefer" <ken@a...> on Thu, 16 Aug 2001 11:05:39 +1000
>> The error is on line 6

> How do you know? I didn't post any code?

Exactly



My *guess* is that you are attempting to call a method that is not supported

by the cursor type you are using. For example, an adOpenForwardOnly cursor

does not support backwards scrolling, so you can't do objRS.MovePrevious for

example



Cheers

Ken



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

From: "Pablo Raices" <pablo_raices@w...>

Subject: [asp_databases] Rowset does not support scrolling backward





Hello,



A connection to an access database  returns the following:



Microsoft JET Database Engine error '80040e29'

Rowset does not support scrolling backward.



what can be done about this?





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~




  Return to Index