Thread: Connecting to a mySQL database using C#

  1. #1
    Registered User
    Join Date
    Sep 2006
    Posts
    98

    Connecting to a mySQL database using C#

    Is there any way to connect to a mySQL database on the internet using C#?

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Tried google yet? The first thing I found - which may not be what you want, but looks about right, is here: http://www.csharphelp.com/archives2/archive288.html

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  3. #3
    Registered User
    Join Date
    Sep 2006
    Posts
    98
    After I made the post I did some googling and found a program called mySQLDriverCS, which I will download, but I will also check out the link you provided.
    Thanks for the help!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Error connecting from Dev C++ to MS Access Database
    By Sridar in forum C++ Programming
    Replies: 0
    Last Post: 04-15-2006, 06:09 PM
  2. Connecting to a mysql server and querying problem
    By Diod in forum C++ Programming
    Replies: 8
    Last Post: 02-13-2006, 10:33 AM
  3. Problem connecting to MySQL Database?
    By MrLucky in forum C++ Programming
    Replies: 5
    Last Post: 01-30-2006, 11:30 AM
  4. About C++ and MySQL or oether free database
    By xxxrugby in forum C++ Programming
    Replies: 18
    Last Post: 12-30-2005, 06:28 AM
  5. Connecting to MySQL Database
    By ussj4gohan in forum C++ Programming
    Replies: 4
    Last Post: 10-13-2001, 09:41 AM