Asynchronous queries in UniDAC
Posted: Tue 01 Mar 2011 03:30
Hello, I'm examining UniDAC and have a couple of questions about TUniQuery.
1) TADOQuery has a property ExecuteOptions which is a set of eoAsyncExecute, eoAsyncFetch, eoAsyncFetchNonBlocking, eoExecuteNoRecords. Does TUniQuery support similar functionality for asynchronous execution? If it does, then how can I turn these options on and off?
2) TADOQuery also does have a property CursorLocation which can be set to client side or server side. What is the analogous property of TUniQuery?
Is there any functionality of TADOQuery which TUniQuery doesn't have support of?
Thanks in advance.
1) TADOQuery has a property ExecuteOptions which is a set of eoAsyncExecute, eoAsyncFetch, eoAsyncFetchNonBlocking, eoExecuteNoRecords. Does TUniQuery support similar functionality for asynchronous execution? If it does, then how can I turn these options on and off?
2) TADOQuery also does have a property CursorLocation which can be set to client side or server side. What is the analogous property of TUniQuery?
Is there any functionality of TADOQuery which TUniQuery doesn't have support of?
Thanks in advance.