<?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: How to Fetch DB name from connection string into excel sheet in qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Fetch-DB-name-from-connection-string-into-excel-sheet-in/m-p/77396#M767370</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after creating connection with the database , u have to select sql statement as shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO cipla_devl (XUserId is KIPEVZFMND, XPassword is CYeFbZFMAKMSDcUGaE);&lt;/P&gt;&lt;P&gt;select DB_Name() as dbname,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DB_Name() is use to fetch current database name and store it under dbname field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jun 2018 07:03:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-27T07:03:09Z</dc:date>
    <item>
      <title>How to Fetch DB name from connection string into excel sheet in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Fetch-DB-name-from-connection-string-into-excel-sheet-in/m-p/77395#M767369</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;Can you please tell me,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to how to fetch DB name from connection string in Excel sheet or text object.&lt;/P&gt;&lt;P&gt;My Requirement is i have one connection string by using ODBC / OLE DB&amp;nbsp; connection type in script.&lt;/P&gt;&lt;P&gt;I want a database(DB) name from that connection string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXample:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO (ORA-&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="color: #ff0000; text-decoration: underline;"&gt;XXXX&lt;/SPAN&gt;&lt;/SPAN&gt;;DBQ=&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="color: #ff0000; text-decoration: underline;"&gt;XXXXX&lt;/SPAN&gt;&lt;/SPAN&gt;) (XUSERID IS , XZXXXXXXXX PASSWORD IS ,XXXXXXXX);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above Connection string i want a &lt;STRONG&gt;ORA&lt;/STRONG&gt; name and &lt;STRONG&gt;DBQ&lt;/STRONG&gt; name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you any one help me to this scenario, and please tell me to any code is there for fetching this information to Excel or any another Qlikview Object. And have any run macro for this information retrieve to tables object or any qlikview object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bakshu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Fetch-DB-name-from-connection-string-into-excel-sheet-in/m-p/77395#M767369</guid>
      <dc:creator>shaikbakshu</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Fetch DB name from connection string into excel sheet in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Fetch-DB-name-from-connection-string-into-excel-sheet-in/m-p/77396#M767370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after creating connection with the database , u have to select sql statement as shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO cipla_devl (XUserId is KIPEVZFMND, XPassword is CYeFbZFMAKMSDcUGaE);&lt;/P&gt;&lt;P&gt;select DB_Name() as dbname,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DB_Name() is use to fetch current database name and store it under dbname field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 07:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Fetch-DB-name-from-connection-string-into-excel-sheet-in/m-p/77396#M767370</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-27T07:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to Fetch DB name from connection string into excel sheet in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Fetch-DB-name-from-connection-string-into-excel-sheet-in/m-p/77397#M767371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In OLEDB connection, Data Source (server IP), Initial Catalog(DB Name), used to appear normally, without encryption.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 17:56:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Fetch-DB-name-from-connection-string-into-excel-sheet-in/m-p/77397#M767371</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-06-27T17:56:44Z</dc:date>
    </item>
  </channel>
</rss>

