<?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: Macro connection string to write to database in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-connection-string-to-write-to-database/m-p/873128#M305048</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes we are using a 64bit OS, where QV and sybase are running.&lt;/P&gt;&lt;P&gt;Where can i find the 64bit driver to install?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jul 2015 13:16:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-02T13:16:55Z</dc:date>
    <item>
      <title>Macro connection string to write to database</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-connection-string-to-write-to-database/m-p/873126#M305046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope you can help me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i had written a new macro to write test-data to a database:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Public Sub WriteSQL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dim sConn, oConn&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set oConn = CreateObject("ADODB.Connection")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; oConn.Open "Provider=MSDASQL.1;Data source=QLIKVIEW_DATA:44444;Catalog=QLIKVIEW_SERVICE;User Id=ABC;Password=CDE;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sSQL="INSERT INTO dba.qlikview_test (pkid,Testfeld) VALUES (null,'Testwert')"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; oConn.Execute(sSQL)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; oConn.Close&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set oConn = Nothing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using Sybase Central 6 and&amp;nbsp; SQL Anywhere 12.&lt;/P&gt;&lt;P&gt;When i test the macro, i get always the information: the provider is not known.&lt;/P&gt;&lt;P&gt;Anybody an idea how to set the connecting string?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 13:02:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-connection-string-to-write-to-database/m-p/873126#M305046</guid>
      <dc:creator />
      <dc:date>2015-07-02T13:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Macro connection string to write to database</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-connection-string-to-write-to-database/m-p/873127#M305047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;the provider is not known.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Then either you didn't install the correct driver or you're using the wrong provider name. If you're using a 64-bit OS you also need a 64-bit OLEDB driver. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 13:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-connection-string-to-write-to-database/m-p/873127#M305047</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-07-02T13:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Macro connection string to write to database</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-connection-string-to-write-to-database/m-p/873128#M305048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes we are using a 64bit OS, where QV and sybase are running.&lt;/P&gt;&lt;P&gt;Where can i find the 64bit driver to install?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 13:16:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-connection-string-to-write-to-database/m-p/873128#M305048</guid>
      <dc:creator />
      <dc:date>2015-07-02T13:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Macro connection string to write to database</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-connection-string-to-write-to-database/m-p/873129#M305049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the support site of the vendor of your database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 13:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-connection-string-to-write-to-database/m-p/873129#M305049</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-07-02T13:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Macro connection string to write to database</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-connection-string-to-write-to-database/m-p/873130#M305050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The website www . connectionstrings . com coluld be a helpful resource....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 13:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-connection-string-to-write-to-database/m-p/873130#M305050</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-07-02T13:39:24Z</dc:date>
    </item>
  </channel>
</rss>

