Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Requery, Index and Transaction
Message
De
21/02/2002 03:35:20
 
 
À
21/02/2002 00:40:21
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00622396
Message ID:
00623000
Vues:
50
>Good morning Gregory
>
>I've tried something like
>
>>&& click
>>delete tag all
>>index on Name tag name
>>
>>?order() && name
>>begin transaction && ok
>>
>>end transaction
>
>
>on my SortIt()
>
>Error 1548 still occur.
>
>I run VFP 7.0 SP1
>
>I will test on a different machine where a VFP 6.0 is installed.
>
>JUSTESTEM(CDX(1))==JUSTEM(DBF()) result in .T. wath means in senses of helpfile it is a strutural index file.
>
>Finaly I run out of my latin
>
>Agnes
use SomeView
index on bintoc(dossier) tag xx
index on name tag name
?juststem(dbf())==juststem(cdx(1)) && TRUE
=requery()
?juststem(dbf())==juststem(cdx(1)) && FALSE

begin transaction  && OK
end transaction

delete tag all
index on bintoc(dossier) tag xx
begin transaction  && OK
end transaction
I think that you must be adding indexes somewhere without having deleted the old
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform