<?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: QV access ACTWIN database thru OLEDB any hints ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QV-access-ACTWIN-database-thru-OLEDB-any-hints/m-p/537359#M1302554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem. Please mark your question as answered to close the discussion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No I'm not an Act! specialist. I just used to advise SMBs on topics like CRM-applications a long time ago but not specifically Act!.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Oct 2013 08:48:22 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2013-10-10T08:48:22Z</dc:date>
    <item>
      <title>QV access ACTWIN database thru OLEDB any hints ?</title>
      <link>https://community.qlik.com/t5/QlikView/QV-access-ACTWIN-database-thru-OLEDB-any-hints/m-p/537354#M1302538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have below code working fine on my desktop computer :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONNECT TO [Provider=ACTOLEDB.1;Data Source=C:\Documents and Settings\admin\My Documents\ACT\ACT for Windows 10\Databases\TID2011.pad;User ID=admin;Persist Security Info=True] (XPassword is JMSOfQRMNLacGJD);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i using my note book to access the ACT WIN database , i am not able access the data file , i get the error msg :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OLEDB connection failed&lt;/P&gt;&lt;P&gt;SQL SELECT "CONTACT OPPORTUNITY CONTACTID",&lt;/P&gt;&lt;P&gt;'TID' as SOURCE_OPP,&lt;/P&gt;&lt;P&gt;&amp;nbsp; "CONTACT OPPORTUNITY CONTACTID" as ID10,&lt;/P&gt;&lt;P&gt;&amp;nbsp; "CONTACT OPPORTUNITY OPPORTUNITYID" AS ID99,&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "STAGE STAGEID"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM dbo."VRP_CONTACT_OPPORTUNITY"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like to know , does it mean that i need to install OLEDB driver into my note book inorder to access the database ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-access-ACTWIN-database-thru-OLEDB-any-hints/m-p/537354#M1302538</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: QV access ACTWIN database thru OLEDB any hints ?</title>
      <link>https://community.qlik.com/t5/QlikView/QV-access-ACTWIN-database-thru-OLEDB-any-hints/m-p/537355#M1302541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course you have to. An OLEDB CONNECT is a generic statement that interfaces to a remote DB through the driver you specificy with the parameter "Provider". No driver, no connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's almost like connecting thru ODBC except that the OLEDB connect specifies all DB details inside the statement, while an ODBC CONNECT relies on a DB definition outside the QV environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW Usually installing an OLEDB driver is a simple task. Download the software, run the installer, done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 07:25:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-access-ACTWIN-database-thru-OLEDB-any-hints/m-p/537355#M1302541</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2013-10-10T07:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: QV access ACTWIN database thru OLEDB any hints ?</title>
      <link>https://community.qlik.com/t5/QlikView/QV-access-ACTWIN-database-thru-OLEDB-any-hints/m-p/537356#M1302545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have notice that it is like what you said , i lack of install driver . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACT! OLE DB Provider for Reporting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have search hi and lo from ACT saga web site , unable to find it . you know where i download this driver ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 07:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-access-ACTWIN-database-thru-OLEDB-any-hints/m-p/537356#M1302545</guid>
      <dc:creator />
      <dc:date>2013-10-10T07:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: QV access ACTWIN database thru OLEDB any hints ?</title>
      <link>https://community.qlik.com/t5/QlikView/QV-access-ACTWIN-database-thru-OLEDB-any-hints/m-p/537357#M1302548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, in general OLEDB/ODBC providers are installed together with the application. Indeed, there is no mention of a separate OLEDB package on the Act! web site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be so that Act! is an application with local data files only, and you need a real RDBMS to access Act! data remotely. But I'm not an expert on Act! details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Check whether Act! uses a real RDBMS, or just local data files. In the latter case you probably cannot access Act! data from a remote machine.&lt;/LI&gt;&lt;LI&gt;If Act! is using an RDBMS, check whether the Act! installer allows you to install an OLEDB driver separately as part of the installation process. Usually the installation process provides a customized installation selection window where you can choose what to install.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 08:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-access-ACTWIN-database-thru-OLEDB-any-hints/m-p/537357#M1302548</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2013-10-10T08:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: QV access ACTWIN database thru OLEDB any hints ?</title>
      <link>https://community.qlik.com/t5/QlikView/QV-access-ACTWIN-database-thru-OLEDB-any-hints/m-p/537358#M1302551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your advise. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;side topic , may i know you are specialize in ACT ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 08:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-access-ACTWIN-database-thru-OLEDB-any-hints/m-p/537358#M1302551</guid>
      <dc:creator />
      <dc:date>2013-10-10T08:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: QV access ACTWIN database thru OLEDB any hints ?</title>
      <link>https://community.qlik.com/t5/QlikView/QV-access-ACTWIN-database-thru-OLEDB-any-hints/m-p/537359#M1302554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem. Please mark your question as answered to close the discussion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No I'm not an Act! specialist. I just used to advise SMBs on topics like CRM-applications a long time ago but not specifically Act!.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 08:48:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-access-ACTWIN-database-thru-OLEDB-any-hints/m-p/537359#M1302554</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2013-10-10T08:48:22Z</dc:date>
    </item>
  </channel>
</rss>

