I creat a cursor using sql
select .... whatever... into cursor TempCur
.. I do what I need to do with the cursor...
Now, when the form is being released, I need to close the cursor or release it.
I tried:
release cusor (but, It didn't work)
i tried:
Select TempCur
Use
I get an error message: "The Table cannot be accessed"
how can I handle such problem?
Thank you in advance! Ali Koumaiha -
select .... whatever... into cursor TempCur
.. I do what I need to do with the cursor...
Now, when the form is being released, I need to close the cursor or release it.
I tried:
release cusor (but, It didn't work)
i tried:
Select TempCur
Use
I get an error message: "The Table cannot be accessed"
how can I handle such problem?
Thank you in advance! Ali Koumaiha -