<?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: Non-empty recordset reading empty? in LabVIEW</title>
    <link>https://forums.ni.com/t5/LabVIEW/Non-empty-recordset-reading-empty/m-p/3982759#M1136851</link>
    <description>&lt;P&gt;OK, it turns out someone renamed the directory that the production database was in, and we didn't notice it because the names were very similar. Our error handling may need some work as we did not see the error until we stepped through the code with Highlight Execution turned on.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Oct 2019 18:03:32 GMT</pubDate>
    <dc:creator>jborland</dc:creator>
    <dc:date>2019-10-29T18:03:32Z</dc:date>
    <item>
      <title>Non-empty recordset reading empty?</title>
      <link>https://forums.ni.com/t5/LabVIEW/Non-empty-recordset-reading-empty/m-p/2004779#M659442</link>
      <description>&lt;P&gt;have a labview 2011/database connectivity toolkit VI working on one computer but not another. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;working computer returns data from table as expected (via .udl file pointing to .mdb file)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;on non-working computer, attempts to read non-empty table happily return empty recordset (no error returned).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Database Fetching.vi example program runs fine on both.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any thoughts on how I managed that?&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2012 19:46:56 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Non-empty-recordset-reading-empty/m-p/2004779#M659442</guid>
      <dc:creator>Fritz_Reitz</dc:creator>
      <dc:date>2012-05-24T19:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Non-empty recordset reading empty?</title>
      <link>https://forums.ni.com/t5/LabVIEW/Non-empty-recordset-reading-empty/m-p/2006207#M659726</link>
      <description>&lt;P&gt;Maybe the Database Name in the UDL is using a drive letter like C: ? &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, Use a network share name instead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Share the folder containing the MDB file; then change the Database name to use share name like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;\\PC_NAME\SHARE_NAME\my_access_db.mdb&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2012 16:31:40 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Non-empty-recordset-reading-empty/m-p/2006207#M659726</guid>
      <dc:creator>PhillipBrooks</dc:creator>
      <dc:date>2012-05-25T16:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Non-empty recordset reading empty?</title>
      <link>https://forums.ni.com/t5/LabVIEW/Non-empty-recordset-reading-empty/m-p/2006263#M659740</link>
      <description>&lt;P&gt;very interesting, hadn't thought of doing it that way. &amp;nbsp;doesn't seem to quite do the trick just here though, 2nd computer has own database and .udl's "test connection" says it's ok whether .mdb specified with drive letter or share name, but reading the table comes back empty.&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2012 17:05:50 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Non-empty-recordset-reading-empty/m-p/2006263#M659740</guid>
      <dc:creator>Fritz_Reitz</dc:creator>
      <dc:date>2012-05-25T17:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Non-empty recordset reading empty?</title>
      <link>https://forums.ni.com/t5/LabVIEW/Non-empty-recordset-reading-empty/m-p/2124458#M689378</link>
      <description>&lt;P&gt;update: &amp;nbsp;ultimately switched to .accdb file format and issue went away&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2012 19:08:19 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Non-empty-recordset-reading-empty/m-p/2124458#M689378</guid>
      <dc:creator>Fritz_Reitz</dc:creator>
      <dc:date>2012-08-15T19:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Non-empty recordset reading empty?</title>
      <link>https://forums.ni.com/t5/LabVIEW/Non-empty-recordset-reading-empty/m-p/3982643#M1136808</link>
      <description>&lt;P&gt;I am having the same problem in our production environment. Everything works in the test environment - when I move the .mdb from production to test, it works. But when I connect to that exact same database in the production location, via the file share name, I get the empty recordset. And the strange thing is, everything worked in production until a couple of weeks ago. What could be going on here?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 14:04:19 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Non-empty-recordset-reading-empty/m-p/3982643#M1136808</guid>
      <dc:creator>jborland</dc:creator>
      <dc:date>2019-10-29T14:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Non-empty recordset reading empty?</title>
      <link>https://forums.ni.com/t5/LabVIEW/Non-empty-recordset-reading-empty/m-p/3982759#M1136851</link>
      <description>&lt;P&gt;OK, it turns out someone renamed the directory that the production database was in, and we didn't notice it because the names were very similar. Our error handling may need some work as we did not see the error until we stepped through the code with Highlight Execution turned on.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 18:03:32 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Non-empty-recordset-reading-empty/m-p/3982759#M1136851</guid>
      <dc:creator>jborland</dc:creator>
      <dc:date>2019-10-29T18:03:32Z</dc:date>
    </item>
  </channel>
</rss>

