Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5975655
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T21:07:00+00:00 2026-05-22T21:07:00+00:00

Can Visual Studio natively connect to a MySQL database or do I need to

  • 0

Can Visual Studio natively connect to a MySQL database or do I need to install a 3rd party connector first? Could someone please provide a small code example either way? I can’t seem to make this work.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T21:07:01+00:00Added an answer on May 22, 2026 at 9:07 pm

    Can Visual Studio natively connect to
    a MySQL database?

    Based upon my knowledge, no.

    Do I need to install a 3rd party
    connector first?

    Yes, MySQL has their own .NET Connector.

    Could someone please provide a small
    code example either way? I can’t seem
    to make this work.

    Here is the link to the MySQL Connector documentation..

    In there, I found this example:

    Imports System.Data
    
    Imports MySql.Data
    Imports MySql.Data.MySqlClient
    
    Public Class Tutorial1
        Public Shared Sub Main()
            Dim connStr As String = "server=localhost;user=root;database=world;port=3306;password=******;"
            Dim conn As New MySqlConnection(connStr)
            Try
                Console.WriteLine("Connecting to MySQL...")
                conn.Open()
            Catch ex As Exception
                Console.WriteLine(ex.ToString())
            End Try
            conn.Close()
            Console.WriteLine("Done.")
        End Sub
    End Class
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I can't connect Visual Studio 2005 to HP iPAQ 514. It was a gift
I would like to know if I can install say Visual Studio 2008 Pro
Can I install Visual Studio 2008 express edition on top of visual studio 2003
How can I install Visual Studio's Web Development Server (WebDev.WebServer.exe) as a Standlone application?
Can I install Visual Studio 2005 and 2010 on the same computer? Would it
Can Visual Studio 2005 Team edition for Developer coexist peacefully with Visual Studio 2008
Can Visual Studio 2008 be configured to give me a warning when I forget
Can the Visual Studio IDE profile be changed without clearing all VS settings?
Is there a way that I can configure Visual Studio 2008 to understand CamelCase?
I used to use discountasp.net and I can use Visual Studio 2008 to publish

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.