Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Seek in a View
Message
From
02/09/2002 02:09:28
Walter Meester
HoogkarspelNetherlands
 
 
To
01/09/2002 18:18:11
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00695819
Message ID:
00695884
Views:
17
Hi Hilmar,

Using IDX indexes (create with INDEX ON ... TO somefile.idx) is unneeded you can use structural indexes (created with INDEX ON ... TAG someTag) which are automaticly released when the view is released.

Using IDX indexes also give problems (errors) when involved with transactions. CDX indexes do not suffer from this limitation.

Walter,


>>Will this create a permenate index? I really need a temporary one because this is a multi user app and I need to control the index files. Can you give me alittle more direction?
>
>Views can't have a permanent index.
>
>Temporary indices (IDX) are usually used on views.
>
>Use sys(2015) to obtain the filename - this will avoid conflicts in a shared folder.
>
>HTH, Hilmar.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform