Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO support for indexes
Message
From
28/11/2001 12:56:15
 
 
To
All
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
ADO support for indexes
Miscellaneous
Thread ID:
00587075
Message ID:
00587075
Views:
48
I am a foxpro programmer but new to VB and Access.

I am retrieving an entire table into an ADO record set from an Access 2000 database using the Jet 4.0 engine
through an ADO connection using Visual Basic 6.0.

The underlyig Access table has two indexed fields.

I want to set the index of my record set to one of the underlying indices of the table.

Unfortunately, I cannot get ADO to support indexes.

I have tried setting the RecordSet.CursorLocation to both possible choices: adUseClient and adUseServer.

Neither does any good.

When I check the support of indexes using RecordSet.Supports(adIndex), it returns False.

Is there a way to set an index on a retrieved record set in ADODB?

Any help would be appreciated.

Tony Lin
Next
Reply
Map
View

Click here to load this message in the networking platform