<?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: SE_stream_set_dynamic_bind in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/se-stream-set-dynamic-bind/m-p/83286#M4824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="mso-fareast-font-family: 'Times New Roman';"&gt;I've moved your post into the&lt;/SPAN&gt;&amp;nbsp; &lt;A _jive_internal="true" href="https://community.esri.com/community/gis/managing-data"&gt;&lt;SPAN style="color: blue; mso-fareast-font-family: 'Times New Roman';"&gt;Managing Data&lt;/SPAN&gt;&lt;/A&gt; &lt;SPAN style="mso-fareast-font-family: 'Times New Roman';"&gt;space.You will get a much better answer here as the &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/community/help-and-feedback"&gt;&lt;SPAN style="color: blue; mso-fareast-font-family: 'Times New Roman';"&gt;GeoNet Help&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="mso-fareast-font-family: 'Times New Roman';"&gt; is intended for community help and feedback. I have also added in a few additional tags. You can see more&lt;BR /&gt;on the community structure, and what topics are under each space from the following documents:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt; &lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-1544"&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;GeoNet Community Structure&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-1545"&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;ArcGIS Discussion Forums Migration Strategy&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; Don &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Aug 2014 14:41:48 GMT</pubDate>
    <dc:creator>DonOpgenorth</dc:creator>
    <dc:date>2014-08-12T14:41:48Z</dc:date>
    <item>
      <title>SE_stream_set_dynamic_bind</title>
      <link>https://community.esri.com/t5/data-management-questions/se-stream-set-dynamic-bind/m-p/83285#M4823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question regarding the ArcSDE C API, specifically the call SE_stream_set_dynamic_bind. According to the ArcSDE API documentation the function is defined as such (&lt;A href="http://help.arcgis.com/en/geodatabase/10.0/sdk/arcsde/api/capi/schemaobjects/streams/strmsetdynamicbind.htm" title="http://help.arcgis.com/en/geodatabase/10.0/sdk/arcsde/api/capi/schemaobjects/streams/strmsetdynamicbind.htm"&gt;SE_stream_set_dynamic_bind&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LONG SE_stream_set_dynamic_bind (SE_STREAM stream, SHORT position, LONG sde_type, LONG length, const void *data, const SHORT *indicator);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside of our code which uses this function I have tried to call it with the following snippet of code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LONG *data = LONG(2711);&lt;/P&gt;&lt;P&gt;LONG result = SE_stream_set_dynamic_bind(stream, SHORT(1), SE_INT64_TYPE, sizeof(data), data, SHORT(2));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I received a result of 0 or success when I make this call to set the dynamic bind. When I call execute on the stream I also receive a return code of 0 indicating success. However, when I call fetch on the stream I receive a -10 error code signifying a disconnection. I have used both SDETRACELOC and SDEINTERCEPT to try to trace the issue but have found no error message as to what I am doing wrong. If someone have had success using this method would you please let me know if I am using the correct input?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 06:56:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/se-stream-set-dynamic-bind/m-p/83285#M4823</guid>
      <dc:creator>ShawnNguyen</dc:creator>
      <dc:date>2014-07-10T06:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: SE_stream_set_dynamic_bind</title>
      <link>https://community.esri.com/t5/data-management-questions/se-stream-set-dynamic-bind/m-p/83286#M4824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="mso-fareast-font-family: 'Times New Roman';"&gt;I've moved your post into the&lt;/SPAN&gt;&amp;nbsp; &lt;A _jive_internal="true" href="https://community.esri.com/community/gis/managing-data"&gt;&lt;SPAN style="color: blue; mso-fareast-font-family: 'Times New Roman';"&gt;Managing Data&lt;/SPAN&gt;&lt;/A&gt; &lt;SPAN style="mso-fareast-font-family: 'Times New Roman';"&gt;space.You will get a much better answer here as the &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/community/help-and-feedback"&gt;&lt;SPAN style="color: blue; mso-fareast-font-family: 'Times New Roman';"&gt;GeoNet Help&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="mso-fareast-font-family: 'Times New Roman';"&gt; is intended for community help and feedback. I have also added in a few additional tags. You can see more&lt;BR /&gt;on the community structure, and what topics are under each space from the following documents:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt; &lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-1544"&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;GeoNet Community Structure&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-1545"&gt;&lt;SPAN style="color: blue; font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;ArcGIS Discussion Forums Migration Strategy&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt; Don &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 14:41:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/se-stream-set-dynamic-bind/m-p/83286#M4824</guid>
      <dc:creator>DonOpgenorth</dc:creator>
      <dc:date>2014-08-12T14:41:48Z</dc:date>
    </item>
  </channel>
</rss>

