Visual C# Express Beta 2 and MYSQL?

Is it possible to use MySQL as a database for C# express  

Answer this question

Visual C# Express Beta 2 and MYSQL?

  • Cristian Adam

    Hi,

    of course you can do so. Here is an example if you write an asp.net page in c#, but it also should work with winforms:

    http://www.developerfusion.co.uk/show/4596/

  • Rumy......

    Lance,
    Which versions of VS support remote connections

  • Anwar Buchoo

    Thank you - that was the answer I was looking for. Do you have a sample of this code handy somewhere
  • Jyotiswarup

    Yes.  But you will need to make the connection directly via code rather than through the IDE.  The IDE in C# 2005 Express only supports local data connections.  Remote connections are supported in higher level versions of Visual Studio.
  • Visual C# Express Beta 2 and MYSQL?