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
11-22-2000, 05:55 AM
jy
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.
11-29-2000, 11:18 AM
quokka
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
>
>