<?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: Questions to ArchiCAD ODBC driver 9.x in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Questions-to-ArchiCAD-ODBC-driver-9-x/m-p/89864#M8274</link>
    <description>&lt;BLOCKQUOTE&gt;Jürgen wrote:&lt;BR /&gt;We have a question to the current ArchiCAD ODBC driver. When we send the query "SELECT * FROM OBJECTS WHERE SURFACE &amp;lt;&amp;gt; 0 AND VOLUME &amp;lt;&amp;gt; 0" to the inbuilt ArchiCAD SQL engine, all the objects are shown in the IE.&lt;BR /&gt;
Unfortunately, when I do the same query with the ArchiCAD ODBC driver, I get only two entries.&lt;BR /&gt;
Does anybody has an idea why the ODBC driver does not return the expected rows?&lt;BR /&gt;
&lt;BR /&gt;
(I use Delphi and the ODBC driver via ADO)&lt;/BLOCKQUOTE&gt;

Jürgen,&lt;BR /&gt;
Try:&lt;BR /&gt;
SELECT * FROM OBJECTS WHERE SURFACE != 0 AND VOLUME != 0&lt;BR /&gt;
&lt;BR /&gt;
Dan K</description>
    <pubDate>Tue, 24 May 2005 12:17:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-05-24T12:17:59Z</dc:date>
    <item>
      <title>Questions to ArchiCAD ODBC driver 9.x</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Questions-to-ArchiCAD-ODBC-driver-9-x/m-p/89863#M8273</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;We have a question to the current ArchiCAD ODBC driver. When we send the query "SELECT * FROM OBJECTS WHERE SURFACE &amp;lt;&amp;gt; 0 AND VOLUME &amp;lt;&amp;gt; 0" to the inbuilt ArchiCAD SQL engine, all the objects are shown in the IE.&lt;BR /&gt;Unfortunately, when I do the same query with the ArchiCAD ODBC driver, I get only two entries.&lt;BR /&gt;Does anybody has an idea why the ODBC driver does not return the expected rows?&lt;BR /&gt;&lt;BR /&gt;(I use Delphi and the ODBC driver via ADO)&lt;/DIV&gt;</description>
      <pubDate>Tue, 24 Sep 2024 08:07:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Questions-to-ArchiCAD-ODBC-driver-9-x/m-p/89863#M8273</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-24T08:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Questions to ArchiCAD ODBC driver 9.x</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Questions-to-ArchiCAD-ODBC-driver-9-x/m-p/89864#M8274</link>
      <description>&lt;BLOCKQUOTE&gt;Jürgen wrote:&lt;BR /&gt;We have a question to the current ArchiCAD ODBC driver. When we send the query "SELECT * FROM OBJECTS WHERE SURFACE &amp;lt;&amp;gt; 0 AND VOLUME &amp;lt;&amp;gt; 0" to the inbuilt ArchiCAD SQL engine, all the objects are shown in the IE.&lt;BR /&gt;
Unfortunately, when I do the same query with the ArchiCAD ODBC driver, I get only two entries.&lt;BR /&gt;
Does anybody has an idea why the ODBC driver does not return the expected rows?&lt;BR /&gt;
&lt;BR /&gt;
(I use Delphi and the ODBC driver via ADO)&lt;/BLOCKQUOTE&gt;

Jürgen,&lt;BR /&gt;
Try:&lt;BR /&gt;
SELECT * FROM OBJECTS WHERE SURFACE != 0 AND VOLUME != 0&lt;BR /&gt;
&lt;BR /&gt;
Dan K</description>
      <pubDate>Tue, 24 May 2005 12:17:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Questions-to-ArchiCAD-ODBC-driver-9-x/m-p/89864#M8274</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-05-24T12:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Questions to ArchiCAD ODBC driver 9.x</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Questions-to-ArchiCAD-ODBC-driver-9-x/m-p/89865#M8275</link>
      <description>Thanks for your tip. Unfortunately, the statement with the != operator does not lead to the required result.&lt;BR /&gt;
One more info:&lt;BR /&gt;
When I select the data in the inbuilt SQL engine of ArchiCAD and look at the volumes and areas, I can see the correct values.&lt;BR /&gt;
If I select all the records via ODBC and ADO, all the values are null.&lt;BR /&gt;
&lt;BR /&gt;
Any hints for me?</description>
      <pubDate>Tue, 24 May 2005 16:17:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Questions-to-ArchiCAD-ODBC-driver-9-x/m-p/89865#M8275</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-05-24T16:17:27Z</dc:date>
    </item>
  </channel>
</rss>

