Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Order by clause is invalid
Message
De
06/06/2008 13:25:22
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Order by clause is invalid
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Database:
Visual FoxPro
Divers
Thread ID:
01322130
Message ID:
01322130
Vues:
69
I build a rather long SQL interrogation. After everything is in there I want to order it. I receive the error message mentioned in the thread title.

I have'nt been able to find what's wrong beside that interrogation being long (over 4000 characters).

But I really don't think it's the problem

So as a quick fix I did my interrogation. Stored it in a temporary cursor. After that I built my real cursor and ordered this one. Everything went fine.

Here's what I mean:
select field1, field2, field3 from WhateverTables into cursor TmpCurs

select * from TmpCurs order by OrderNeeded into cursor NeededCurs
Anyone can tell me why I had to do this?
*******************************************************
Save a tree, eat a beaver.
Denis Chassé
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform