Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert command Not updating Index file
Message
 
 
To
26/03/2002 14:52:29
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00637465
Message ID:
00637474
Views:
18
>Hi,
>
>When using insert command to add record in table its not updating index file. I am not opening table before passing insert command. Is any way to update index file with inser command?
>
>TIA,

Use structural compound index. It's open automaticaly any time a table is open. There's how it can be created.
USE mytable EXCLUSIVE
INDEX ON filed1 TAG filed1 ADDITIVE
INDEX ON filed2 TAG filed2 ADDITIVE
INDEX ON filed3+filed4 TAG f3_f4 ADDITIVE
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform