<?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: Error Connecting MySQl in Vb.net Add-in in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/error-connecting-mysql-in-vb-net-add-in/m-p/12197559#M156902</link>
    <description>&lt;P&gt;I have no experience with MySql and addins but here are some thoughts.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;I assume you have checked the connection string?&lt;/LI&gt;
&lt;LI&gt;the addin runs in the process of Inventor. Have you tried to start the SQL connection on a different thread?
&lt;UL&gt;
&lt;LI&gt;Running codeonanother thread could in it self be aproblem for Inventor. So if it doesn't solve your problem stay away from it.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Inventor use in the background SQLite. Maybe that is an issue. Are you bound to MySql?&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;SQLite version info: &lt;A href="https://modthemachine.typepad.com/my_weblog/2023/01/3rd-party-libraries-used-by-inventor-2023.html" target="_blank"&gt;https://modthemachine.typepad.com/my_weblog/2023/01/3rd-party-libraries-used-by-inventor-2023.html&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Fri, 25 Aug 2023 20:11:37 GMT</pubDate>
    <dc:creator>JelteDeJong</dc:creator>
    <dc:date>2023-08-25T20:11:37Z</dc:date>
    <item>
      <title>Error Connecting MySQl in Vb.net Add-in</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/error-connecting-mysql-in-vb-net-add-in/m-p/12193214#M156838</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I'm building an Add-in for Inventor. One of the Functions is really simple just to connect to MySQl and read some data.&lt;/P&gt;&lt;P&gt;I have done that before using VB.Net Application. Now i tried to do the same Connection from the New Add-in (.dll) I get an Error and can not open the Connection&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the Error message that i get from the Add-in (.Dll)&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Closed.PNG" style="width: 876px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1257413i61735B844B303088/image-size/large?v=v2&amp;amp;px=999" role="button" title="Closed.PNG" alt="Closed.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The same test on a Windows form Application (outside of Inventor)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="open.PNG" style="width: 894px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1257414i790138DB1A2FD098/image-size/large?v=v2&amp;amp;px=999" role="button" title="open.PNG" alt="open.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think the Problem is related to Inventor or how the Add-in tries to establish the Connection.&lt;BR /&gt;&lt;BR /&gt;Does anyone have any idea of how to get it working?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 08:14:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/error-connecting-mysql-in-vb-net-add-in/m-p/12193214#M156838</guid>
      <dc:creator>BM_Ashraf</dc:creator>
      <dc:date>2023-08-24T08:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error Connecting MySQl in Vb.net Add-in</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/error-connecting-mysql-in-vb-net-add-in/m-p/12197559#M156902</link>
      <description>&lt;P&gt;I have no experience with MySql and addins but here are some thoughts.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;I assume you have checked the connection string?&lt;/LI&gt;
&lt;LI&gt;the addin runs in the process of Inventor. Have you tried to start the SQL connection on a different thread?
&lt;UL&gt;
&lt;LI&gt;Running codeonanother thread could in it self be aproblem for Inventor. So if it doesn't solve your problem stay away from it.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Inventor use in the background SQLite. Maybe that is an issue. Are you bound to MySql?&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;SQLite version info: &lt;A href="https://modthemachine.typepad.com/my_weblog/2023/01/3rd-party-libraries-used-by-inventor-2023.html" target="_blank"&gt;https://modthemachine.typepad.com/my_weblog/2023/01/3rd-party-libraries-used-by-inventor-2023.html&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 25 Aug 2023 20:11:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/error-connecting-mysql-in-vb-net-add-in/m-p/12197559#M156902</guid>
      <dc:creator>JelteDeJong</dc:creator>
      <dc:date>2023-08-25T20:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error Connecting MySQl in Vb.net Add-in</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/error-connecting-mysql-in-vb-net-add-in/m-p/12206235#M157035</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks alot for your Reply, I really appreciate your work I'm a great fan of your work !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yeah, the Connection string is working fine.&lt;/P&gt;&lt;P&gt;Yeah, i had to cut this part of the Process to be done outside of Inventor and it's working great.&lt;BR /&gt;&lt;BR /&gt;Thanks again for your help !&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 08:35:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/error-connecting-mysql-in-vb-net-add-in/m-p/12206235#M157035</guid>
      <dc:creator>BM_Ashraf</dc:creator>
      <dc:date>2023-08-30T08:35:53Z</dc:date>
    </item>
  </channel>
</rss>

