<?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: Can You See a JDBC String a Data Source Uses to Connect? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Can-You-See-a-JDBC-String-a-Data-Source-Uses-to-Connect/m-p/2339348#M107500</link>
    <description>&lt;P&gt;You can do this using a bit of Java if you are using a Connection component. Let's say you are using a tMSSqlConnection component called tMSSqlConnection_1. You cab use a tJava with the code below to interrogate the connection and get the URL. To use the code below for other DBs simply change the connection component name section of the code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;java.sql.Connection conn_tMSSqlConnection_1 = (java.sql.Connection)globalMap.get("conn_tMSSqlConnection_1");

System.out.println(conn_tMSSqlConnection_1.getMetaData().getURL());&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Sep 2017 00:36:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-09-13T00:36:59Z</dc:date>
    <item>
      <title>Can You See a JDBC String a Data Source Uses to Connect?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-You-See-a-JDBC-String-a-Data-Source-Uses-to-Connect/m-p/2339346#M107498</link>
      <description>&lt;P&gt;Is there a way that I can see the JDBC connection that a data source uses to connect? In some cases I want to check it to see if it is sending the correct connection string.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 18:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-You-See-a-JDBC-String-a-Data-Source-Uses-to-Connect/m-p/2339346#M107498</guid>
      <dc:creator>Croix</dc:creator>
      <dc:date>2017-09-11T18:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can You See a JDBC String a Data Source Uses to Connect?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-You-See-a-JDBC-String-a-Data-Source-Uses-to-Connect/m-p/2339347#M107499</link>
      <description>&lt;P&gt;You can do this using a bit of Java if you are using a Connection component. Let's say you are using a tMSSqlConnection component called tMSSqlConnection_1. You cab use a tJava with the code below to interrogate the connection and get the URL. To use the code below for other DBs simply change the connection component name section of the code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;java.sql.Connection conn_tMSSqlConnection_1 = (java.sql.Connection)globalMap.get("conn_tMSSqlConnection_1");

System.out.println(conn_tMSSqlConnection_1.getMetaData().getURL());&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Sep 2017 00:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-You-See-a-JDBC-String-a-Data-Source-Uses-to-Connect/m-p/2339347#M107499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-13T00:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can You See a JDBC String a Data Source Uses to Connect?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-You-See-a-JDBC-String-a-Data-Source-Uses-to-Connect/m-p/2339348#M107500</link>
      <description>&lt;P&gt;You can do this using a bit of Java if you are using a Connection component. Let's say you are using a tMSSqlConnection component called tMSSqlConnection_1. You cab use a tJava with the code below to interrogate the connection and get the URL. To use the code below for other DBs simply change the connection component name section of the code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;java.sql.Connection conn_tMSSqlConnection_1 = (java.sql.Connection)globalMap.get("conn_tMSSqlConnection_1");

System.out.println(conn_tMSSqlConnection_1.getMetaData().getURL());&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2017 00:36:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-You-See-a-JDBC-String-a-Data-Source-Uses-to-Connect/m-p/2339348#M107500</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-13T00:36:59Z</dc:date>
    </item>
  </channel>
</rss>

