<?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 Help! How to create a external sql connection? [Solved] in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Help-How-to-create-a-external-sql-connection-Solved/m-p/116901#M5857</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;Hi all, im still new to ArchiCAD API so would like to ask for some help, a thank you in advance! Currently we trying to select data from our online MySQL server for our addon, was looking into odbc connection but sadly we can't find much information on how to create the connection to external sql server.&lt;/DIV&gt;</description>
    <pubDate>Tue, 01 Aug 2023 16:54:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-08-01T16:54:01Z</dc:date>
    <item>
      <title>Help! How to create a external sql connection? [Solved]</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Help-How-to-create-a-external-sql-connection-Solved/m-p/116901#M5857</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hi all, im still new to ArchiCAD API so would like to ask for some help, a thank you in advance! Currently we trying to select data from our online MySQL server for our addon, was looking into odbc connection but sadly we can't find much information on how to create the connection to external sql server.&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Aug 2023 16:54:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Help-How-to-create-a-external-sql-connection-Solved/m-p/116901#M5857</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-01T16:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help! How to create a external sql connection?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Help-How-to-create-a-external-sql-connection-Solved/m-p/116902#M5858</link>
      <description>I am currently using MySQL C++ Connector 1.1.3 to connect to external database.</description>
      <pubDate>Wed, 08 Jan 2014 07:26:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Help-How-to-create-a-external-sql-connection-Solved/m-p/116902#M5858</guid>
      <dc:creator>ReignBough</dc:creator>
      <dc:date>2014-01-08T07:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help! How to create a external sql connection?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Help-How-to-create-a-external-sql-connection-Solved/m-p/116903#M5859</link>
      <description>Thanks for the reply ReignBough.&lt;BR /&gt;
&lt;BR /&gt;
I have tried using MySQL C++ Connector 1.1.3 but without much success yet. I included all the MySQL header and .lib files in my Visual Studio project Src folder, as well as including the BOOST C++ library( required by the MySQL connector ). While it compiled perfectly, when I test it with the AddOnTool it just gives the error "Undefined Release". I think it may have to do with the MySQL .lib or BOOST files not being included into ArchiCAD correctly?</description>
      <pubDate>Sat, 18 Jan 2014 12:56:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Help-How-to-create-a-external-sql-connection-Solved/m-p/116903#M5859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-18T12:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help! How to create a external sql connection?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Help-How-to-create-a-external-sql-connection-Solved/m-p/116904#M5860</link>
      <description>Here's what I did:
&lt;LIST type="decimal"&gt;&lt;S&gt;&lt;UL&gt;
&lt;LI&gt;&lt;S&gt;&lt;/S&gt;&lt;/LI&gt;&lt;LI&gt; Open project property.&lt;/LI&gt;
&lt;LI&gt;&lt;S&gt;&lt;/S&gt;&lt;/LI&gt;&lt;LI&gt; Add &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;include&lt;E&gt;&lt;/E&gt; directory of MySQL Connector to &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Configuration Properties&lt;E&gt;&lt;/E&gt; &lt;B&gt;&amp;gt;&lt;/B&gt; &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;C/C++&lt;E&gt;&lt;/E&gt; &lt;B&gt;&amp;gt;&lt;/B&gt; &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;General&lt;E&gt;&lt;/E&gt; &lt;B&gt;&amp;gt;&lt;/B&gt; &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Additional Include Directories&lt;E&gt;&lt;/E&gt;.&lt;/LI&gt;
&lt;LI&gt;&lt;S&gt;&lt;/S&gt;&lt;/LI&gt;&lt;LI&gt; Add &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;lib/opt&lt;E&gt;&lt;/E&gt; directory of MySQL Connector to &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Configuration Properties&lt;E&gt;&lt;/E&gt; &lt;B&gt;&amp;gt;&lt;/B&gt; &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Linker&lt;E&gt;&lt;/E&gt; &lt;B&gt;&amp;gt;&lt;/B&gt; &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;General&lt;E&gt;&lt;/E&gt; &lt;B&gt;&amp;gt;&lt;/B&gt; &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Additional Library Directories&lt;E&gt;&lt;/E&gt; for release mode.&lt;/LI&gt;
&lt;LI&gt;&lt;S&gt;&lt;/S&gt;&lt;/LI&gt;&lt;LI&gt; Add &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;mysqlcppconn.lib&lt;E&gt;&lt;/E&gt; to &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Configuration Properties&lt;E&gt;&lt;/E&gt; &lt;B&gt;&amp;gt;&lt;/B&gt; &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Linker&lt;E&gt;&lt;/E&gt; &lt;B&gt;&amp;gt;&lt;/B&gt; &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Input&lt;E&gt;&lt;/E&gt; &lt;B&gt;&amp;gt;&lt;/B&gt; &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Additional Dependencies&lt;E&gt;&lt;/E&gt; for release mode. &lt;B&gt;NOTE:&lt;/B&gt; Their documentation says that you should also include &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;libmysql.lib&lt;E&gt;&lt;/E&gt; but it is not found on the said directory.&lt;/LI&gt;
&lt;LI&gt;&lt;S&gt;&lt;/S&gt;&lt;/LI&gt;&lt;LI&gt; Also, you need to install BOOST and add its main folder to &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Additional Include Directories&lt;E&gt;&lt;/E&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;/S&gt;&lt;/LIST&gt;</description>
      <pubDate>Tue, 21 Jan 2014 08:36:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Help-How-to-create-a-external-sql-connection-Solved/m-p/116904#M5860</guid>
      <dc:creator>ReignBough</dc:creator>
      <dc:date>2014-01-21T08:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help! How to create a external sql connection?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Help-How-to-create-a-external-sql-connection-Solved/m-p/116905#M5861</link>
      <description>Thanks ReignBough we've got it working. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;</description>
      <pubDate>Tue, 04 Feb 2014 09:22:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Help-How-to-create-a-external-sql-connection-Solved/m-p/116905#M5861</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-04T09:22:41Z</dc:date>
    </item>
  </channel>
</rss>

