DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3

Thread: Indexes in ADO

Hybrid View

  1. #1
    Sok Guest

    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



  2. #2
    jy Guest

    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.

  3. #3
    quokka Guest

    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
    >
    >



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


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


Sponsored Links