<?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: Get list of DNS data source name in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Get-list-of-DNS-data-source-name/m-p/678298#M86469</link>
    <description>&lt;P&gt;Scripting Index and JMP Help page I did link should get you there&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);&lt;BR /&gt;
rp = Run Program(
	Executable("powershell.exe"),
	Options({"Get-OdbcDsn"}),
	ReadFunction("text")
);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 15 Sep 2023 19:52:30 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2023-09-15T19:52:30Z</dc:date>
    <item>
      <title>Get list of DNS data source name</title>
      <link>https://community.jmp.com/t5/Discussions/Get-list-of-DNS-data-source-name/m-p/678255#M86463</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to get the list of the DNS data source using JSL?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jackie__0-1694803457276.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/56672iD955D4EF01EFF31D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jackie__0-1694803457276.png" alt="Jackie__0-1694803457276.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 18:44:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Get-list-of-DNS-data-source-name/m-p/678255#M86463</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2023-09-15T18:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Get list of DNS data source name</title>
      <link>https://community.jmp.com/t5/Discussions/Get-list-of-DNS-data-source-name/m-p/678279#M86464</link>
      <description>&lt;P&gt;You could use &lt;A href="https://www.jmp.com/support/help/en/17.0/#page/jmp/utility-functions.shtml?os=win&amp;amp;source=application#ww4547957" target="_self"&gt;Run Program()&lt;/A&gt;, call powershell, use command &lt;A href="https://learn.microsoft.com/en-us/powershell/module/wdac/get-odbcdsn" target="_blank" rel="noopener"&gt;Get-OdbcDsn&lt;/A&gt; and parse from the return&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 19:23:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Get-list-of-DNS-data-source-name/m-p/678279#M86464</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-09-15T19:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Get list of DNS data source name</title>
      <link>https://community.jmp.com/t5/Discussions/Get-list-of-DNS-data-source-name/m-p/678294#M86467</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;Thanks Jarmo!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven't used Run Program before. Mind sharing a reference code to save the DNS in the lists?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 19:45:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Get-list-of-DNS-data-source-name/m-p/678294#M86467</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2023-09-15T19:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Get list of DNS data source name</title>
      <link>https://community.jmp.com/t5/Discussions/Get-list-of-DNS-data-source-name/m-p/678298#M86469</link>
      <description>&lt;P&gt;Scripting Index and JMP Help page I did link should get you there&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);&lt;BR /&gt;
rp = Run Program(
	Executable("powershell.exe"),
	Options({"Get-OdbcDsn"}),
	ReadFunction("text")
);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Sep 2023 19:52:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Get-list-of-DNS-data-source-name/m-p/678298#M86469</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-09-15T19:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Get list of DNS data source name</title>
      <link>https://community.jmp.com/t5/Discussions/Get-list-of-DNS-data-source-name/m-p/678522#M86486</link>
      <description>&lt;P&gt;Appreciate it&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2023 13:33:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Get-list-of-DNS-data-source-name/m-p/678522#M86486</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2023-09-17T13:33:45Z</dc:date>
    </item>
  </channel>
</rss>

