<?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 do I connect to MS Access database in JMP 10? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-do-I-connect-to-MS-Access-database-in-JMP-10/m-p/18886#M17210</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jim!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jun 2016 16:14:00 GMT</pubDate>
    <dc:creator>anasrullah</dc:creator>
    <dc:date>2016-06-03T16:14:00Z</dc:date>
    <item>
      <title>How do I connect to MS Access database in JMP 10?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-connect-to-MS-Access-database-in-JMP-10/m-p/18884#M17208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't seem to connect to an MS Access database in JMP 10.&amp;nbsp; The script below works fine in JMP 9.&amp;nbsp; The error I get is, "[Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application".&amp;nbsp; Do I need to use a different driver ID?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;dt = Open Database(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;"DSN=MS Access Database;DBQ=T:\Applications\Executables\Temescal Particle Count database.accde;DriverId=22;FIL=MS Access;MaxBufferSize=2048;PageTimeout=5;UID=admin;​",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;"SELECT [Particle Data].[Tool Number], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[Particle Data].Date, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[Particle Data].[Tool Type], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[Particle Data].[Inner Row Pre Meas], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[Particle Data].[Inner Row Post Meas], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[Particle Data].[Outer Row Pre Meas], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[Particle Data].[Outer Row Post Meas], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[Particle Data].[Control Pre Meas], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[Particle Data].[Control Post Meas], &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[Inner Row Post Meas]-[Inner Row Pre Meas]-[Control Post Meas]+[Control Pre Meas] AS RowA_Adders, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[Outer Row Post Meas]-[Outer Row Pre Meas]-[Control Post Meas]+[Control Pre Meas] AS RowB_Adders&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;FROM [Particle Data]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;WHERE ((([Particle Data].[Tool Number])='Temescal 2800-10' Or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;([Particle Data].[Tool Number])='Temescal 2800-13' Or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;([Particle Data].[Tool Number])='Temescal 2800-14' Or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;([Particle Data].[Tool Number])='Temescal 2800-17'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;ORDER BY [Particle Data].[Tool Number], [Particle Data].Date;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 15:24:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-connect-to-MS-Access-database-in-JMP-10/m-p/18884#M17208</guid>
      <dc:creator>anasrullah</dc:creator>
      <dc:date>2016-06-03T15:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I connect to MS Access database in JMP 10?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-connect-to-MS-Access-database-in-JMP-10/m-p/18885#M17209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My first guess would be that your MS Access is installed as a 32bit application, and you installed JMP as a 64bit application.&amp;nbsp; You can not mix bit levels.&amp;nbsp; You will need to uninstall JMP 10, and reinstall it as a 32 bit application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 15:49:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-connect-to-MS-Access-database-in-JMP-10/m-p/18885#M17209</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2016-06-03T15:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I connect to MS Access database in JMP 10?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-connect-to-MS-Access-database-in-JMP-10/m-p/18886#M17210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jim!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 16:14:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-connect-to-MS-Access-database-in-JMP-10/m-p/18886#M17210</guid>
      <dc:creator>anasrullah</dc:creator>
      <dc:date>2016-06-03T16:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I connect to MS Access database in JMP 10?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-connect-to-MS-Access-database-in-JMP-10/m-p/18887#M17211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alternatively, you could install a 64-bit ODBC driver for MS Access.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 16:19:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-connect-to-MS-Access-database-in-JMP-10/m-p/18887#M17211</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2016-06-03T16:19:36Z</dc:date>
    </item>
  </channel>
</rss>

