-
Indexes in ADO
I posted similar question before.
I have tried everything, but I have come to conclusion that JET 4.0 and
ADODC does not support indexes.
I even ran Support() function to see if any cursor type would support
indexes, and it came up negative.
Would anybody else confirm this?
tx.
Sok
-
Re: Indexes in ADO
"Sok" <controlx@kornet.net> wrote:
>I posted similar question before.
>I have tried everything, but I have come to conclusion that JET 4.0 and
>ADODC does not support indexes.
>I even ran Support() function to see if any cursor type would support
>indexes, and it came up negative.
>Would anybody else confirm this?
>
>tx.
>Sok
>
>
don't know if this helps, but you can create client-side indexes on ado recordsets
(individual fields only) once they are open, using:
<field name>.properties("Optimize")=true
J-Y.
-
Re: Indexes in ADO
If you're using an Access database, it needs to be Access 2000.
"Sok" <controlx@kornet.net> wrote:
>I posted similar question before.
>I have tried everything, but I have come to conclusion that JET 4.0 and
>ADODC does not support indexes.
>I even ran Support() function to see if any cursor type would support
>indexes, and it came up negative.
>Would anybody else confirm this?
>
>tx.
>Sok
>
>
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