Hi Everyone,
i just trying to immediately, to close the table included in the following "SQL SELECT " after this is executed.
I just want to use the cursor created to display the content into a Grid but i want to make sure that the table "somast04.dbf" get closed immediately after the above "select sql" is issued.
How can i do that ?
the reason is cause this table belongs to a particular application that sometimes during the day needs to be reindex, so any extra application that use such table, will need to be close, in order to reindex that table, so i just looking for just populate the Grid from the content of the cursor so that way, i don't need to have that table open ("somast04.dbf")
Thanks for the help
i just trying to immediately, to close the table included in the following "SQL SELECT " after this is executed.
Code:
SELECT sono, prtid FROM somast04 INTO CURSOR junkmast04
I just want to use the cursor created to display the content into a Grid but i want to make sure that the table "somast04.dbf" get closed immediately after the above "select sql" is issued.
How can i do that ?
the reason is cause this table belongs to a particular application that sometimes during the day needs to be reindex, so any extra application that use such table, will need to be close, in order to reindex that table, so i just looking for just populate the Grid from the content of the cursor so that way, i don't need to have that table open ("somast04.dbf")
Thanks for the help