<?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: Learning to connect a visual Basic Plugin with SQL Server in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/learning-to-connect-a-visual-basic-plugin-with-sql-server/m-p/8171577#M25170</link>
    <description>Thank you so much. I think the way is clear to me now.</description>
    <pubDate>Wed, 01 Aug 2018 19:48:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-01T19:48:19Z</dc:date>
    <item>
      <title>Learning to connect a visual Basic Plugin with SQL Server</title>
      <link>https://forums.autodesk.com/t5/net-forum/learning-to-connect-a-visual-basic-plugin-with-sql-server/m-p/8171230#M25168</link>
      <description>&lt;P&gt;I am trying to learn coding with VB.net for creating AutoCAD plugin.&lt;/P&gt;&lt;P&gt;In this regard, I found many useful tutorials that helped me to start, but I want to go to the next level and connect my plugin with a SQL database to save and retrieve data from it.&lt;/P&gt;&lt;P&gt;I couldn't find any useful tutorial in the Internet so I really appreciate if you can help me to find a learning path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 17:52:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/learning-to-connect-a-visual-basic-plugin-with-sql-server/m-p/8171230#M25168</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-01T17:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Learning to connect a visual Basic Plugin with SQL Server</title>
      <link>https://forums.autodesk.com/t5/net-forum/learning-to-connect-a-visual-basic-plugin-with-sql-server/m-p/8171456#M25169</link>
      <description>&lt;P&gt;You should search .NET ADO for Microsoft .NET Framework. There are tons of code samples, tutorials available on line, and a lot of YouTube tutorials. Here are a few of them:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.codeproject.com/Articles/8477/Using-ADO-NET-for-beginners" target="_blank"&gt;https://www.codeproject.com/Articles/8477/Using-ADO-NET-for-beginners&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/ado-net-code-examples" target="_blank"&gt;https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/ado-net-code-examples&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://msdn.microsoft.com/en-us/library/jj943772.aspx" target="_blank"&gt;https://msdn.microsoft.com/en-us/library/jj943772.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=aoFDyt8oG0k&amp;amp;list=PL6n9fhu94yhX5dzHunAI2t4kE0kOuv4D7" target="_blank"&gt;https://www.youtube.com/watch?v=aoFDyt8oG0k&amp;amp;list=PL6n9fhu94yhX5dzHunAI2t4kE0kOuv4D7&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that these samples/tutorial mostly run with stand-alone EXE apps. But they can be exchangeably used in AutoCAD plug-ins.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With today's technologies, it becomes less and less that an desktop application (or AutoCAD) directly connects to a database server (SqlServer); instead, more and more connect to services either hosted in the private intranet, or hosted in the cloud, and the services often wraps up the access to various databases on behalf of client-side application. But as beginner, it is OK to start with accessing database server directly, and move on to learn how to connect to services.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, to learn to access database server with ADO.NET, you probably also need to know/learn how to setup SqlServer (or its free version SqlServer Express) and set up database/security...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 19:07:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/learning-to-connect-a-visual-basic-plugin-with-sql-server/m-p/8171456#M25169</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2018-08-01T19:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Learning to connect a visual Basic Plugin with SQL Server</title>
      <link>https://forums.autodesk.com/t5/net-forum/learning-to-connect-a-visual-basic-plugin-with-sql-server/m-p/8171577#M25170</link>
      <description>Thank you so much. I think the way is clear to me now.</description>
      <pubDate>Wed, 01 Aug 2018 19:48:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/learning-to-connect-a-visual-basic-plugin-with-sql-server/m-p/8171577#M25170</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-01T19:48:19Z</dc:date>
    </item>
  </channel>
</rss>

