Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Indexing a file?
Message
From
18/10/2002 08:19:16
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
18/10/2002 08:12:08
John Marrone
Bloodstock Research Inc.
Lexington, Kentucky, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00712791
Message ID:
00712794
Views:
7
>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.

Who says you are doing something wrong? Do you get an error message?
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform