Subject TIB_Query / TIB_Cursor persists on dss_browse state
Author Roberto Freitas
Working with TIB_Query or TIB_Cursor on a Select satement, after
preparing and opening it,it goes to state dss_browse. Even after
Unprepare, or Close and Unprepare, it remains on that state, it doesn't
change to dss_inactive.
I feel it's strange, it's not what happens with TIBQuery or TADOQuery
and so on.
Is it supposed to be that way?
Is it necessary to do just Unprepare, or Close and Unprepare to finish
working with them?