Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The rowset does not support fetching backwards
Message
 
 
To
16/07/1999 18:17:22
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00242620
Message ID:
00243062
Views:
24
>I'm trying to set up an ODBC connection in an interdev project. Within a VB asp page, the error occurs when it hits the line
>
>rsBooks.MoveLast
>
>I've tried to open the record set with all 5 different parameters that are available through intellisense.
>
>The lines to setup the record set looks like this.
>
>Set rsBooks = Server.CreateObject("ADODB.Recordset")
>rsBooks.Open strSQL, dbBooks, adOpenDynamic
>
>Dan

Have you tried setting the rs.CursorLocation property to adUseClient (int value of 2, I think, but don't quote me on it). This should let you navigate the RS without any problems.

Hugo
"My get up and go must've got up and went"
-Steve Tyler, Aerosmith
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform