<?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: Loading Images from SQL server 2008 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-Images-from-SQL-server-2008/m-p/763223#M1033770</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this helps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/109976"&gt;Importing user picture ressource from AD using OLE DB Provider for Microsoft Directory Services&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2015 10:43:54 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2015-01-26T10:43:54Z</dc:date>
    <item>
      <title>Loading Images from SQL server 2008</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Images-from-SQL-server-2008/m-p/763220#M1033767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm following these steps in order to load images to Qlikview:.&lt;/P&gt;&lt;OL style="margin-bottom: 20px; padding-left: 17px; font-size: 13px; list-style: none; color: #737373; font-family: Arial, Verdana, sans-serif !important; background: #ffffff;"&gt;&lt;LI&gt;Create a table to contain the image as a varbinary or image &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-style: inherit; font-weight: inherit; background: transparent;"&gt;CREATE TABLE ImageAsVarBinary &lt;BR style="font-family: Arial, Verdana, sans-serif !important;" /&gt;( &lt;BR style="font-family: Arial, Verdana, sans-serif !important;" /&gt;&amp;nbsp; ID int IDENTITY(1,1), &lt;BR style="font-family: Arial, Verdana, sans-serif !important;" /&gt;&amp;nbsp; ImageName varChar(50), &lt;BR style="font-family: Arial, Verdana, sans-serif !important;" /&gt;&amp;nbsp; varBinaryData varBinary(MAX) &lt;BR style="font-family: Arial, Verdana, sans-serif !important;" /&gt;);&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Load an image file to the table &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-style: inherit; font-weight: inherit; background: transparent;"&gt;INSERT INTO ImageAsVarBinary (ImageName, varBinaryData) &lt;BR style="font-family: Arial, Verdana, sans-serif !important;" /&gt;SELECT 'image1', BulkColumn FROM OPENROWSET (Bulk 'C:\Test.jpg', SINGLE_BLOB) AS varBinaryData;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Load the image to QVW by using an info load &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-style: inherit; font-weight: inherit; background: transparent;"&gt;INFO SQL SELECT&lt;BR style="font-family: Arial, Verdana, sans-serif !important;" /&gt;ImageName, &lt;BR style="font-family: Arial, Verdana, sans-serif !important;" /&gt;varBinaryData &lt;BR style="font-family: Arial, Verdana, sans-serif !important;" /&gt;FROM "DB_TABLE_NAME".dbo.ImageAsVarBinary;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Show the image in an object by setting the field value to&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-style: inherit; font-weight: inherit; background: transparent;"&gt;=INFO(ImageName)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Set the field/object Representation to Image&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;But the problem is showing&amp;nbsp; binary data not image as the attached document. &lt;STRONG style="color: #545454; font-size: small; font-family: arial, sans-serif;"&gt;Can anyone help&lt;/STRONG&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small;"&gt;&lt;STRONG&gt; me ?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 07:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Images-from-SQL-server-2008/m-p/763220#M1033767</guid>
      <dc:creator />
      <dc:date>2015-01-26T07:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Images from SQL server 2008</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Images-from-SQL-server-2008/m-p/763221#M1033768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you could temporarily write the images to disk and bundle info load them from there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 08:28:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Images-from-SQL-server-2008/m-p/763221#M1033768</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-01-26T08:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Images from SQL server 2008</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Images-from-SQL-server-2008/m-p/763222#M1033769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use this query: &lt;/P&gt;&lt;P&gt;Info SQL SELECT ImageName, &lt;/P&gt;&lt;P&gt;varBinaryData &lt;/P&gt;&lt;P&gt;FROM TestQlikImage.dbo.ImageAsVarBinary;&lt;/P&gt;&lt;P&gt;but it's not working, it gives me the same result. &lt;/P&gt;&lt;P&gt;Thanks for replaying &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 08:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Images-from-SQL-server-2008/m-p/763222#M1033769</guid>
      <dc:creator />
      <dc:date>2015-01-26T08:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Images from SQL server 2008</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Images-from-SQL-server-2008/m-p/763223#M1033770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this helps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/109976"&gt;Importing user picture ressource from AD using OLE DB Provider for Microsoft Directory Services&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 10:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Images-from-SQL-server-2008/m-p/763223#M1033770</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-01-26T10:43:54Z</dc:date>
    </item>
  </channel>
</rss>

