|
-
No Backwards Fetching
Hello.
I'm opening a recordset using this code. When I try to MoveLast and MoveFirst
I get an error that says:"This rowset doesn't support fetching backward."
Set adoRS = New ADODB.Recordset 'Create ADO Recordset Object.
adoRS.CursorType = adOpenDynamic
adoRS.Open strSQL, conODBC, , adLockOptimistic,adCmdText
adoRS.MoveLast
adoRS.MoveFirst
I can open the recordset using DAO and it works just fine
What on Earth am I missing?
Thank you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks