Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Indexing a file?
Message
De
18/10/2002 08:27:10
 
 
À
18/10/2002 08:12:08
John Marrone
Bloodstock Research Inc.
Lexington, Kentucky, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00712791
Message ID:
00712799
Vues:
11
John,

You don't say what your problem is, but I'll take a shot anyway...

1) Your SELECT (0) and following USE seem to be redundant. The table pplines should already be SELECTed automatically.

2) The SET ORDER statement should not have quotation marks around the TAG's name.

3) The TRIM() in is probably best left out.

If none of this helps, please tell us what error you are getting or what is not working as expected.


the INDEX ON expression >Hi
>
>Could someone please help. I have code to create a table on the fly as follows.
>
> CREATE TABLE "pplines.dbf" ;
> ( PPRaceID C(13), ;
> PPTypeID C(9), ;
> StrDate C(8), ;
> HrsName C(18), ;
> RaceDate D, ;
> DSLR N(4), ;
> Track C(3), ;
> TrackCond C(2) )
>
>
> INDEX ON TRIM(HrsName) + StrDate DESCENDING TAG HrsName
>
>Then I have code:
>
>SELECT(0)
>use pplines alias ppl
>SET ORDER TO TAG "HrsName"
>
>What am I doing wroung.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform