<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is IWorkspace.ExecuteSQL synchronous or asynchronous? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-iworkspace-executesql-synchronous-or/m-p/405467#M10839</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Freddie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for response.&lt;/P&gt;&lt;P&gt;Good suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Was this method &lt;/SPAN&gt;&lt;STRONG style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;asynchronous&lt;/STRONG&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; in previous versions? (before 10.3)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Sep 2015 23:39:51 GMT</pubDate>
    <dc:creator>MarkMindlin</dc:creator>
    <dc:date>2015-09-22T23:39:51Z</dc:date>
    <item>
      <title>Is IWorkspace.ExecuteSQL synchronous or asynchronous?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-iworkspace-executesql-synchronous-or/m-p/405465#M10837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Desktop 10.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot find in documentation an answer for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And secondly, can I change that method to be synchronous/asynchronous?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any documentation link or idea?&lt;/P&gt;&lt;P&gt;Was this method &lt;STRONG&gt;asynchronous&lt;/STRONG&gt; in previous versions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 00:31:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-iworkspace-executesql-synchronous-or/m-p/405465#M10837</guid>
      <dc:creator>MarkMindlin</dc:creator>
      <dc:date>2015-09-22T00:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is IWorkspace.ExecuteSQL synchronous or asynchronous?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-iworkspace-executesql-synchronous-or/m-p/405466#M10838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The method should be synchronous because it blocks the UI thread when you call it. Have you tried wrapping it within an asynchronous method? Examples of how to do this are available on the following pages:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Calling Synchronous Methods Asynchronously&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fmsdn.microsoft.com%2Fen-us%2Flibrary%2F2e08f6yc%28v%3Dvs.110%29.aspx" rel="nofollow" target="_blank"&gt;https://msdn.microsoft.com/en-us/library/2e08f6yc(v=vs.110).aspx&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Create an Asynchronous Method&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.csharp-examples.net%2Fcreate-asynchronous-method%2F" rel="nofollow" target="_blank"&gt;http://www.csharp-examples.net/create-asynchronous-method/&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 03:46:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-iworkspace-executesql-synchronous-or/m-p/405466#M10838</guid>
      <dc:creator>FreddieGibson</dc:creator>
      <dc:date>2015-09-22T03:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is IWorkspace.ExecuteSQL synchronous or asynchronous?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-iworkspace-executesql-synchronous-or/m-p/405467#M10839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Freddie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for response.&lt;/P&gt;&lt;P&gt;Good suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Was this method &lt;/SPAN&gt;&lt;STRONG style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;asynchronous&lt;/STRONG&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; in previous versions? (before 10.3)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 23:39:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-iworkspace-executesql-synchronous-or/m-p/405467#M10839</guid>
      <dc:creator>MarkMindlin</dc:creator>
      <dc:date>2015-09-22T23:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is IWorkspace.ExecuteSQL synchronous or asynchronous?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-iworkspace-executesql-synchronous-or/m-p/405468#M10840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't believe this method was ever asynchronous. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 23:51:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-iworkspace-executesql-synchronous-or/m-p/405468#M10840</guid>
      <dc:creator>FreddieGibson</dc:creator>
      <dc:date>2015-09-22T23:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is IWorkspace.ExecuteSQL synchronous or asynchronous?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/is-iworkspace-executesql-synchronous-or/m-p/405469#M10841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Freddie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably do you have an idea why execution of a procedure with this method blocks the table to which the procedure writes (meaning - I cannot read the table when procedure is executing)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 00:53:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/is-iworkspace-executesql-synchronous-or/m-p/405469#M10841</guid>
      <dc:creator>MarkMindlin</dc:creator>
      <dc:date>2015-09-23T00:53:20Z</dc:date>
    </item>
  </channel>
</rss>

