Results 1 to 3 of 3

Thread: VB.Net - Connecting to Dynamics 365 tables and feed DataGridView

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2021
    Posts
    23

    Question VB.Net - Connecting to Dynamics 365 tables and feed DataGridView

    Hi everyone.

    I was wondering if anyone would have been able to connect a VB.Net project to Dynamics 365 tables so that it feeds a DataGridView on a Form?

    I have Visual Studio 2019 version an i'm using VB code.

    Would would we need exactly? A driver? A specific connection String? Any NuGets like Microsoft.CrmSdk.CoreTools or others?

    Thank you for your help.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,344

    Re: VB.Net - Connecting to Dynamics 365 tables and feed DataGridView

    This seems like a good place to start:

    https://www.microsoft.com/en-us/down....aspx?id=50032

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jul 2021
    Posts
    23

    Re: VB.Net - Connecting to Dynamics 365 tables and feed DataGridView

    Quote Originally Posted by jmcilhinney View Post
    This seems like a good place to start:

    https://www.microsoft.com/en-us/down....aspx?id=50032
    Thanks for the link. Now i understand that the best approach to take would be REST instead of SOAP.

    I have also found my:
    • Service Root URL
    • Endpoint Address
    • ID
    • Unique Name


    So next step would be to understand how to connect and see if i need any driver.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width