Am 12.08.2010 um 13:30 schrieb Ruslan Zasukhin: > We can regularly call REALYieldToRB only if we have some loop in OUR C++ > functions of plugin ... > > So above claim sounds strange for me. > SQLSelect() is a thing wrapper function to call of remote DBMS API.
Well, there are a few possibilities: 1. leave it as it is 2. run query in a new thread and have main thread doing a loop till query is done and call REALYieldToRB. 3. use query method which has callbacks and call REALYieldToRB there. Greetings Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
