Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. MySQL
  4. C# with My SQL

C# with My SQL

Scheduled Pinned Locked Moved MySQL
databasecsharpmysqltutorial
3 Posts 3 Posters 31 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    HubSnippets
    wrote on last edited by
    #1

    Please I need a good walk-through on how to link my C# form with MySQL database. I also want to be able to retrieve data from my database. Thanks.

    L Y 2 Replies Last reply
    0
    • H HubSnippets

      Please I need a good walk-through on how to link my C# form with MySQL database. I also want to be able to retrieve data from my database. Thanks.

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      No problem. Here you go: 1. switch on your PC 2. open a browser 3. navigate to the CodeProject home page 4. enter C# MySQL in the "article search" box and click the Go! button. 5. from the 100+ hits you'll get (10 per page), read some of the titles 6. pick the most attractive ones, and read say three of those articles. It is all there. :)

      Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum

      Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.

      1 Reply Last reply
      0
      • H HubSnippets

        Please I need a good walk-through on how to link my C# form with MySQL database. I also want to be able to retrieve data from my database. Thanks.

        Y Offline
        Y Offline
        Yvan Rodrigues
        wrote on last edited by
        #3

        Start here: http://dev.mysql.com/doc/refman/5.5/en/connector-net.html[^] Connector/Net is MySQL's own library for connecting your .NET application to a MySQL database. The link above includes the documentation, software and tutorials. You will find it is essentially the same as using Microsoft's own Sql Server ADO.NET component. If you don't know what that is, search the google for ADO.NET and expect to spend a solid few days learning about Connections, DataAdapters, Commands, etc. Have fun!

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups