Hello Alex,
is there a methode to close unused cursor,or to detect if a cursor is unused to close it after?
thanks
Automatically close unused cursor
Re: Automatically close unused cursor
Hello,
ODAC includes an option AutoClose, that closes the cursor after retrieving all data. See more details in the documentation:
http://www.devart.com/odac/docs/devart_ ... oclose.htm .
ODAC includes an option AutoClose, that closes the cursor after retrieving all data. See more details in the documentation:
http://www.devart.com/odac/docs/devart_ ... oclose.htm .
Re: Automatically close unused cursor
Hello,
how can i assign this methode direcly to my query or my function()which return cursor to apply the the behavior autoclose after unused cursor.
thanks
how can i assign this methode direcly to my query or my function()which return cursor to apply the the behavior autoclose after unused cursor.
thanks
Re: Automatically close unused cursor
Hello ,
i find the methode, its very simple haha, its located in options of query or storedprocedure component.
thank you

i find the methode, its very simple haha, its located in options of query or storedprocedure component.
thank you
Re: Automatically close unused cursor
Glad to see that the issue was resolved. If you have any further questions, feel free to contact us.