Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Requery, Index and Transaction
Message
From
20/02/2002 06:54:38
 
 
To
20/02/2002 06:46:25
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00622396
Message ID:
00622452
Views:
43
>>Could you restrict the sort capability to the columns where sorting makes sense ?
>Yes, I can do that. I have an interface for that on my grid class. I do it if necessary.
>But I'm lazy. If ever possible,I use a computer to work for me, not I work for the computer. <s>
>
>>Or perhaps just keep one index that is currently used.
>
>>&& requery
>>&& save tag info
>>delete tag all
>>=requery()
>
>As I mentioned before ,recreate does not work (I've testet at the point where i create the index)
>
>I will look at Vlads advice, but it seems, that it will result in restriction. (I don't creep through all transactions. Oh no!)
>
>Agnes

Agnes,

Maybe Vlad's solution is better, do not know

but this works, have tested it

before the requery() , delete the tags, requery(), recreate tag

best with only one index
&& requery
&& save tag info
delete tag all
=requery()
&& recreate the one and only index if necessary
&& does not take too much additional time compared to the requery
index on field2 tag field2

begin transaction && works
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform