Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stonefield Database Toolkit
Message
 
General information
Forum:
Visual FoxPro
Category:
Stonefield
Miscellaneous
Thread ID:
00672158
Message ID:
00672463
Views:
8
First I make sure all datasessions [forms] are closed so no tables are left open. Otherwise, SDT can not rebuild the indexes for those tables. SDT is running in a private DS which will be where the reindexing will occur. Once this is done, all your tables will be closed in that DS. If you have tables open in other data sessions, SDT will not scan through all open DSs and close the tables for you. So, you have to cleanup before doing this. Once SDT finishes reindexing, all your tables will be closed in the SDT DS.

>We use SDT and have calling the Reindex method in our application the table are opened. How can I close all the tables after the reindex. I have tried
>
>oMeta.oSDTMgr.CloseOpenedCursors()
>oMeta.oSDTMgr.CloseOpenedTables()
>oMeta.CloseOpenedCursors()
>oMeta.CloseOpenedTables()
>
>
>but none of them seem to work.
>
>Thanks
>
>John
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform