<?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 connect SQL database? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-connect-SQL-database/m-p/906816#M106521</link>
    <description>&lt;OL&gt;
&lt;LI&gt;Install &lt;A href="https://cloud.google.com/bigquery/docs/reference/odbc-jdbc-drivers#expandable-1" target="_blank" rel="noopener"&gt;ODBC&lt;/A&gt; (&lt;A href="https://community.jmp.com/t5/JMP-Knowledge-Base/Simba-BigQuery-ODBC-error-A-requested-feature-protocol-or-option/ta-p/872545" target="_blank" rel="noopener"&gt;not higher than 3.04.1008 for JMP18&lt;/A&gt;)&lt;/LI&gt;
&lt;LI&gt;Create DSN&lt;/LI&gt;
&lt;LI&gt;Something&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;has been teaching:&lt;/LI&gt;
&lt;/OL&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;ODBC = "ODBC:DSN=your_DSN_name";

sql_str = "SELECT * FROM ...";

obj = New SQL Query(
	Connection( ODBC ),
	Custom SQL( sql_str ),
	Query Name( "query name" )
);
dt = obj &amp;lt;&amp;lt; Run;  // &amp;lt;&amp;lt; Run Foreground(); &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Oct 2025 14:35:37 GMT</pubDate>
    <dc:creator>Ressel</dc:creator>
    <dc:date>2025-10-09T14:35:37Z</dc:date>
    <item>
      <title>How to connect SQL database?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-connect-SQL-database/m-p/906765#M106514</link>
      <description>&lt;P&gt;Hi Team ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Seeking guidance to connect SQL database server .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ravi&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 11:16:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-connect-SQL-database/m-p/906765#M106514</guid>
      <dc:creator>ABGnu771</dc:creator>
      <dc:date>2025-10-09T11:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect SQL database?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-connect-SQL-database/m-p/906777#M106515</link>
      <description>&lt;P&gt;Have you tried with JMP Query Builder?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1760008986819.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/84688i794AAB0E994EF15B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1760008986819.png" alt="jthi_1-1760008986819.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 11:23:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-connect-SQL-database/m-p/906777#M106515</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-10-09T11:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect SQL database?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-connect-SQL-database/m-p/906796#M106518</link>
      <description>&lt;P&gt;I agree with&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;'s recommendation to use Query Builder...you can make the connection and execute the query all within the Query Builder platform. Here's a link to the JMP documentation with details:&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/en/19.0/index.shtml#page/jmp/connect-to-a-sql-database.shtml" target="_self"&gt;Connect to SQL database&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 13:47:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-connect-SQL-database/m-p/906796#M106518</guid>
      <dc:creator>P_Bartell</dc:creator>
      <dc:date>2025-10-09T13:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect SQL database?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-connect-SQL-database/m-p/906816#M106521</link>
      <description>&lt;OL&gt;
&lt;LI&gt;Install &lt;A href="https://cloud.google.com/bigquery/docs/reference/odbc-jdbc-drivers#expandable-1" target="_blank" rel="noopener"&gt;ODBC&lt;/A&gt; (&lt;A href="https://community.jmp.com/t5/JMP-Knowledge-Base/Simba-BigQuery-ODBC-error-A-requested-feature-protocol-or-option/ta-p/872545" target="_blank" rel="noopener"&gt;not higher than 3.04.1008 for JMP18&lt;/A&gt;)&lt;/LI&gt;
&lt;LI&gt;Create DSN&lt;/LI&gt;
&lt;LI&gt;Something&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;has been teaching:&lt;/LI&gt;
&lt;/OL&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;ODBC = "ODBC:DSN=your_DSN_name";

sql_str = "SELECT * FROM ...";

obj = New SQL Query(
	Connection( ODBC ),
	Custom SQL( sql_str ),
	Query Name( "query name" )
);
dt = obj &amp;lt;&amp;lt; Run;  // &amp;lt;&amp;lt; Run Foreground(); &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 14:35:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-connect-SQL-database/m-p/906816#M106521</guid>
      <dc:creator>Ressel</dc:creator>
      <dc:date>2025-10-09T14:35:37Z</dc:date>
    </item>
  </channel>
</rss>

