<?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 postgres ODBC connect by macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/postgres-ODBC-connect-by-macro/m-p/1530426#M438698</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;i am able to connect the local postgres database by the load script, by excel macro, but not&amp;nbsp;by qlikview macro.&lt;/P&gt;&lt;P&gt;Excel Makro (running):&lt;/P&gt;&lt;PRE&gt;Set objDb_con = CreateObject("ADODB.Connection")
glbConnString = "Driver={PostgreSQL Unicode};Database=postgres;server=localhost;UID=postgres;Pwd=Password"
objDb_con.Open glbConnString&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;QlikView Marko (not running):&lt;/P&gt;&lt;PRE&gt;sConn="provider={PostgreSQL Unicode};data source=localhost;location=postgres;"
Set oConn = CreateObject("ADODB.Connection")
MsgBox "Connect"
&lt;FONT color="#FF0000"&gt;oConn.Open sConn, "postgres", "Password"&lt;/FONT&gt;
MsgBox "ConnectDone"&lt;/PRE&gt;&lt;P&gt;The red marked line is not executed, but i dont know what the error is. Anyone an idea how to get more insights?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:45:20 GMT</pubDate>
    <dc:creator>wmarkett1983</dc:creator>
    <dc:date>2024-11-16T04:45:20Z</dc:date>
    <item>
      <title>postgres ODBC connect by macro</title>
      <link>https://community.qlik.com/t5/QlikView/postgres-ODBC-connect-by-macro/m-p/1530426#M438698</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;i am able to connect the local postgres database by the load script, by excel macro, but not&amp;nbsp;by qlikview macro.&lt;/P&gt;&lt;P&gt;Excel Makro (running):&lt;/P&gt;&lt;PRE&gt;Set objDb_con = CreateObject("ADODB.Connection")
glbConnString = "Driver={PostgreSQL Unicode};Database=postgres;server=localhost;UID=postgres;Pwd=Password"
objDb_con.Open glbConnString&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;QlikView Marko (not running):&lt;/P&gt;&lt;PRE&gt;sConn="provider={PostgreSQL Unicode};data source=localhost;location=postgres;"
Set oConn = CreateObject("ADODB.Connection")
MsgBox "Connect"
&lt;FONT color="#FF0000"&gt;oConn.Open sConn, "postgres", "Password"&lt;/FONT&gt;
MsgBox "ConnectDone"&lt;/PRE&gt;&lt;P&gt;The red marked line is not executed, but i dont know what the error is. Anyone an idea how to get more insights?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/postgres-ODBC-connect-by-macro/m-p/1530426#M438698</guid>
      <dc:creator>wmarkett1983</dc:creator>
      <dc:date>2024-11-16T04:45:20Z</dc:date>
    </item>
  </channel>
</rss>

