<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged efficy_dll</title>
<link>https://overflow.efficy.io/?qa=tag/efficy_dll</link>
<description>Powered by Question2Answer</description>
<item>
<title>How do I read the content of the Field STREAM with Invemaco.Efficy.Net.dll</title>
<link>https://overflow.efficy.io/?qa=1846/how-read-the-content-the-field-stream-with-invemaco-efficy-net</link>
<description>&lt;p&gt;EfficySession Database; &lt;/p&gt;

&lt;p&gt;try &lt;br&gt;
 { &lt;br&gt;
    /* EfficySession( address, login, password, EfficyAlias, autologin) */ &lt;br&gt;
    //Database = new EfficySession(&quot;&lt;a rel=&quot;nofollow&quot; href=&quot;http://192.168.1.22/efficy.dll/SOAP&quot;&gt;http://192.168.1.22/efficy.dll/SOAP&lt;/a&gt;&quot;, &quot;ADMIN&quot;, &quot;ADMIN&quot;, &quot;efficy&quot;, true); &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;System.Data.DataTable dtResult = Database.ExecuteSQLQuery(&quot;select * from ADMIN.FILES where K_FILE=2&quot;); 
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;// There is no column STREAM in the query result&lt;/p&gt;

&lt;p&gt;} &lt;br&gt;
 finally &lt;br&gt;
 { &lt;br&gt;
      /* Dispose efficy session before closing the program */ &lt;br&gt;
      if (Database != null) &lt;br&gt;
        Database.Dispose(); &lt;br&gt;
} &lt;/p&gt;
</description>
<category>Remote API (JSON, SOAP, Node)</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1846/how-read-the-content-the-field-stream-with-invemaco-efficy-net</guid>
<pubDate>Wed, 07 Sep 2016 13:48:52 +0000</pubDate>
</item>
<item>
<title>Efficy SOAP DLL: Webservice Inserting an Attachment</title>
<link>https://overflow.efficy.io/?qa=4/efficy-soap-dll-webservice-inserting-an-attachment</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I would like to know how to use to use the insertattachment function that is available in the Efficy SOAP dll.&lt;/p&gt;

&lt;p&gt;Best Regards,&lt;/p&gt;

&lt;p&gt;Stéphane R.&lt;/p&gt;
</description>
<category>Remote API (JSON, SOAP, Node)</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4/efficy-soap-dll-webservice-inserting-an-attachment</guid>
<pubDate>Thu, 18 Sep 2014 13:44:34 +0000</pubDate>
</item>
</channel>
</rss>