On Fri, Jan 27, 2012, at 10:07 AM, Thierry Nivelet wrote: > Are there any gotchas I > > should be aware of by taking the SQLSETPROP(giHandle,'Asynchronous',.T.) > > route? >
I think you need to repeatedly call SQLExec(), it will return 0 while still executing, 1 when complete, or -1 if something went wrong. So I'd probably tie that to an event handler somehow. -- Alan Bourke alanpbourke (at) fastmail (dot) fm _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

