<?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: ODBC for AC20 in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-for-AC20/m-p/293572#M3864</link>
    <description>oh, this is bad news... are you planning any other technology to substitute SQL queries? I was studying the possibility to develop a GH component based on your  ODBC driver (given that the driver was manageable using C#) in order to have a live link between my ACH model data and Grasshopper.&lt;BR /&gt;
&lt;BR /&gt;
Do you have any suggestions of other approaches, preferably without the use of c++, this would be out of my capabilities...&lt;BR /&gt;
&lt;BR /&gt;
thanks&lt;BR /&gt;
aitor</description>
    <pubDate>Sat, 04 Nov 2017 18:03:24 GMT</pubDate>
    <dc:creator>leceta</dc:creator>
    <dc:date>2017-11-04T18:03:24Z</dc:date>
    <item>
      <title>ODBC for AC20</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-for-AC20/m-p/293567#M3859</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Where can I get the ODBC driver for AC20?&lt;BR /&gt;&lt;BR /&gt;I tried the following (on AC20 add-on):&lt;BR /&gt;
&lt;PRE&gt;// ... more SQL initialization above
sqlRetCode = SQLDriverConnect(hdbc, hdesktop,
(SQLCHAR*)"DRIVER={Archicad 18 Project ODBC Driver}; PLANFILE=&amp;lt;file_loc&amp;gt;;",
_countof("DRIVER={Archicad 18 Project ODBC Driver}; PLANFILE=&amp;lt;file_loc&amp;gt;;"),
outConnStr, 255, &amp;amp;outConnStrLen, SQL_DRIVER_PROMPT);
&lt;/PRE&gt;
...but got the following error...&lt;BR /&gt;&lt;BR /&gt;"The procedure entry point ... could not be located in the dynamic link library GSRoot.dll."&lt;/DIV&gt;</description>
      <pubDate>Tue, 06 Dec 2022 13:03:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-for-AC20/m-p/293567#M3859</guid>
      <dc:creator>ReignBough</dc:creator>
      <dc:date>2022-12-06T13:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC for AC20</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-for-AC20/m-p/293568#M3860</link>
      <description>&lt;BLOCKQUOTE&gt;ReignBough wrote:&lt;BR /&gt;Where can I get the ODBC driver for AC20?&lt;/BLOCKQUOTE&gt;
I believe it's discontinued – the last stable version was for AC18.</description>
      <pubDate>Tue, 27 Jun 2017 15:11:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-for-AC20/m-p/293568#M3860</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2017-06-27T15:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC for AC20</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-for-AC20/m-p/293569#M3861</link>
      <description>So, can it still be used on higher version of ArchiCAD?&lt;BR /&gt;
&lt;BR /&gt;
BTW, I tried using it on AC18 but with the same error message.</description>
      <pubDate>Wed, 28 Jun 2017 02:49:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-for-AC20/m-p/293569#M3861</guid>
      <dc:creator>ReignBough</dc:creator>
      <dc:date>2017-06-28T02:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC for AC20</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-for-AC20/m-p/293570#M3862</link>
      <description>&lt;BLOCKQUOTE&gt;ReignBough wrote:&lt;BR /&gt;So, can it still be used on higher version of ArchiCAD?.&lt;/BLOCKQUOTE&gt;
I strongly doubt that technology developed for one version of ARCHICAD (at the API level) will work on another. Someone from GS may be able to confirm that.</description>
      <pubDate>Wed, 28 Jun 2017 06:47:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-for-AC20/m-p/293570#M3862</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2017-06-28T06:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC for AC20</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-for-AC20/m-p/293571#M3863</link>
      <description>&lt;BLOCKQUOTE&gt;Ralph wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;ReignBough wrote:&lt;BR /&gt;So, can it still be used on higher version of ArchiCAD?.&lt;/BLOCKQUOTE&gt;
I strongly doubt that technology developed for one version of ARCHICAD (at the API level) will work on another. Someone from GS may be able to confirm that.&lt;/BLOCKQUOTE&gt;

Ralph is right, the last ODBC driver was for AC18. The decay started in AC17 we the introduction of building materials.&lt;BR /&gt;
Since then all of that code has been removed from the source as well.&lt;BR /&gt;
&lt;BR /&gt;
Sorry, Akos</description>
      <pubDate>Fri, 30 Jun 2017 10:43:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-for-AC20/m-p/293571#M3863</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2017-06-30T10:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC for AC20</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-for-AC20/m-p/293572#M3864</link>
      <description>oh, this is bad news... are you planning any other technology to substitute SQL queries? I was studying the possibility to develop a GH component based on your  ODBC driver (given that the driver was manageable using C#) in order to have a live link between my ACH model data and Grasshopper.&lt;BR /&gt;
&lt;BR /&gt;
Do you have any suggestions of other approaches, preferably without the use of c++, this would be out of my capabilities...&lt;BR /&gt;
&lt;BR /&gt;
thanks&lt;BR /&gt;
aitor</description>
      <pubDate>Sat, 04 Nov 2017 18:03:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-for-AC20/m-p/293572#M3864</guid>
      <dc:creator>leceta</dc:creator>
      <dc:date>2017-11-04T18:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC for AC20</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-for-AC20/m-p/293573#M3865</link>
      <description>ok. C++...</description>
      <pubDate>Tue, 14 Nov 2017 20:22:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-for-AC20/m-p/293573#M3865</guid>
      <dc:creator>leceta</dc:creator>
      <dc:date>2017-11-14T20:22:19Z</dc:date>
    </item>
  </channel>
</rss>

