<?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 Connection problem in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-Connection-problem/m-p/133386#M6001</link>
    <description>&lt;BLOCKQUOTE&gt;jperic022 wrote:&lt;BR /&gt;Have try with Excel (Get external data) but without success.&lt;BR /&gt;
Is there someone who actually use Archicad 13 ODBC driver?&lt;BR /&gt;
&lt;BR /&gt;
Thank you&lt;/BLOCKQUOTE&gt;

Does TRIAL version works with ODBC ???</description>
    <pubDate>Thu, 29 Apr 2010 11:30:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-04-29T11:30:49Z</dc:date>
    <item>
      <title>ODBC Connection problem</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-Connection-problem/m-p/133384#M5999</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hi all&lt;BR /&gt;Have downloaded ArchiCAD 13, ODBC Driver.&lt;BR /&gt;Created simple plan, saved it.&lt;BR /&gt;Created ODBC connection, and now I try to connect to that plan.&lt;BR /&gt;Here is VBscript code:&lt;BR /&gt;&lt;BR /&gt;Dim conn, rsObjectList &lt;BR /&gt;set conn = WScript.CreateObject("ADODB.Connection") &lt;BR /&gt;If not IsObject(conn) Then &lt;BR /&gt;WScript.Echo "connection: error" &lt;BR /&gt;WScript.Quit(-1) &lt;BR /&gt;End If &lt;BR /&gt;&lt;BR /&gt;conn.Open "ArchiCad_Test" &amp;lt;- This is ODBC name, created in Control panel/ODBC, and here is error reported&lt;BR /&gt;&lt;BR /&gt;Set rsObjectList = conn.Execute("select * from WALLS'") &lt;BR /&gt;&lt;BR /&gt;This is error:&lt;BR /&gt;Line: 8&lt;BR /&gt;Char: 1&lt;BR /&gt;Error: Catastrophic failure&lt;BR /&gt;Code: 8000FFFF&lt;BR /&gt;Souce: Provider&lt;BR /&gt;&lt;BR /&gt;Can someone explain how to make simple connection in VB or VBscript, please?&lt;/DIV&gt;</description>
      <pubDate>Thu, 03 Aug 2023 09:49:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-Connection-problem/m-p/133384#M5999</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-03T09:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC Connection problem</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-Connection-problem/m-p/133385#M6000</link>
      <description>Have try with Excel (Get external data) but without success.&lt;BR /&gt;
Is there someone who actually use Archicad 13 ODBC driver?&lt;BR /&gt;
&lt;BR /&gt;
Thank you</description>
      <pubDate>Thu, 29 Apr 2010 11:05:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-Connection-problem/m-p/133385#M6000</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-29T11:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC Connection problem</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-Connection-problem/m-p/133386#M6001</link>
      <description>&lt;BLOCKQUOTE&gt;jperic022 wrote:&lt;BR /&gt;Have try with Excel (Get external data) but without success.&lt;BR /&gt;
Is there someone who actually use Archicad 13 ODBC driver?&lt;BR /&gt;
&lt;BR /&gt;
Thank you&lt;/BLOCKQUOTE&gt;

Does TRIAL version works with ODBC ???</description>
      <pubDate>Thu, 29 Apr 2010 11:30:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-Connection-problem/m-p/133386#M6001</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-29T11:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC Connection problem</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-Connection-problem/m-p/133387#M6002</link>
      <description>&lt;BLOCKQUOTE&gt;jperic022 wrote:&lt;BR /&gt;
Does TRIAL version works with ODBC ???&lt;/BLOCKQUOTE&gt;

I've only used the ODBC driver with files produced by the commercial license.  I do not know if the driver works with any other file versions.  The various training guides contain commercial project PLN files, so you could try setting your ODBC connection to one of these sample files just to get your VBA code working.  If you own Microsoft Access, that is the easiest way (no coding required) to link to an ODBC source and verify the connection.&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
      <pubDate>Thu, 29 Apr 2010 19:04:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-Connection-problem/m-p/133387#M6002</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2010-04-29T19:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC Connection problem</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-Connection-problem/m-p/133388#M6003</link>
      <description>&lt;BLOCKQUOTE&gt;Karl wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;jperic022 wrote:&lt;BR /&gt;
Does TRIAL version works with ODBC ???&lt;/BLOCKQUOTE&gt;

I've only used the ODBC driver with files produced by the commercial license.  I do not know if the driver works with any other file versions.  The various training guides contain commercial project PLN files, so you could try setting your ODBC connection to one of these sample files just to get your VBA code working.  If you own Microsoft Access, that is the easiest way (no coding required) to link to an ODBC source and verify the connection.&lt;BR /&gt;
&lt;BR /&gt;
Karl&lt;/BLOCKQUOTE&gt;

Hi thank you&lt;BR /&gt;
could you be so nice, and draw 2 walls, save it and post reply here?&lt;BR /&gt;
Files on this site - &lt;A href="http://www.graphisoft.com/education/training_guides/#MOD" target="_blank"&gt;&lt;LINK_TEXT text="http://www.graphisoft.com/education/tra ... uides/#MOD"&gt;http://www.graphisoft.com/education/training_guides/#MOD&lt;/LINK_TEXT&gt;&lt;/A&gt; - (training guides) are about 600 - 700 MB !&lt;BR /&gt;
&lt;BR /&gt;
Thank you</description>
      <pubDate>Thu, 29 Apr 2010 23:39:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-Connection-problem/m-p/133388#M6003</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-29T23:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC Connection problem</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-Connection-problem/m-p/133389#M6004</link>
      <description>Nothing that large can be attached here.  Sorry.  You might contact your local reseller, which I believe is 3DArt.</description>
      <pubDate>Fri, 30 Apr 2010 00:56:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/ODBC-Connection-problem/m-p/133389#M6004</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2010-04-30T00:56:25Z</dc:date>
    </item>
  </channel>
</rss>

