<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>inserting a base64 document to a database CLOB field</title><link>https://community.appian.com/discussions/f/integrations/12439/inserting-a-base64-document-to-a-database-clob-field</link><description>We&amp;#39;ve successfully used the database base64 document plugin to insert and retrieve documents from the database. So that much is great! However, I&amp;#39;m wondering if anyone has successfully used this plugin with an &amp;quot;UPDATE&amp;quot; rather than an &amp;quot;INSERT&amp;quot; statement</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: inserting a base64 document to a database CLOB field</title><link>https://community.appian.com/thread/107317?ContentTypeID=1</link><pubDate>Thu, 02 Feb 2023 08:26:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:23223a98-e597-4695-aa92-2e18ab374725</guid><dc:creator>sanjunam0001</dc:creator><description>&lt;p&gt;Yes, we can use UPDATE&amp;nbsp;query instead of INSERT.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;= &amp;quot;UPDATE TABLE_NAME SET&amp;nbsp;COLUMN_NAME = (:documentId) WHERE COLUMN_NAME = (:userId)&amp;quot;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here, :documentId and userId are inputs&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: inserting a base64 document to a database CLOB field</title><link>https://community.appian.com/thread/66521?ContentTypeID=1</link><pubDate>Sun, 12 May 2019 00:58:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6bf4a9b8-bb1d-4278-a227-622ebb15b863</guid><dc:creator>jorge.navarreteBAC</dc:creator><description>&lt;p&gt;Hi Richard,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You could share an example of how to configure the Base64 Document please... Thanks!!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>