Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Index does not match in OleDb
Message
De
22/09/2006 10:13:16
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01153721
Message ID:
01156421
Vues:
14
Here is a simplified version of the situation. I just got this one this morning. It only involves one table in the query. Here is the SQL and the tag indexing sequence following it:
SELECT VideoPreview.Numero,VideoPreview.NoVideo,VideoPreview.Url FROM VideoPreview;
 WHERE VideoPreview.NoVideo=21 AND VideoPreview.Free
USE VideoPreview EXCL
DELETE TAG ALL
INDEX ON DELETED() TAG DELETE
INDEX ON NUMERO TAG NUMERO
INDEX ON ADDUSER TAG ADDUSER
INDEX ON ADDDATE TAG ADDDATE
INDEX ON MODUSER TAG MODUSER
INDEX ON MODDATE TAG MODDATE
INDEX ON NOVIDEO TAG NOVIDEO
INDEX ON Free TAG Free
USE
The only thing I see that could conflict and which is generic to all the tables is the DELETED(). I do have the tags on Numero, AddUser, AddDate, ModUser and ModDate on all tables however.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform