CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2005
    Posts
    38

    ASP.NET and MySQL

    Hello everybody

    Is it possibly to use Visual C# 2005, ASP.NET and MySQL 5 to create web applications? Or am I stuck with M$ SQL Server??

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: ASP.NET and MySQL

    You can definetly use MySQL with C# 2005 to develop an ASP.NET web-application. All you need is mySQLConnector which can be downloaded from http://dev.mysql.com/doc/refman/5.0/...tallation.html

  3. #3
    Join Date
    Apr 2005
    Posts
    38

    Re: ASP.NET and MySQL

    ok. thanks. It`s just because I`m familiar with MySQL and am just starting to learn ASP.NET. I wouldn`t like to commit myself to learning ASP.NET if it couldn`t interoperate with MySQL.

  4. #4
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: ASP.NET and MySQL

    Quote Originally Posted by divined
    ok. thanks. It`s just because I`m familiar with MySQL and am just starting to learn ASP.NET. I wouldn`t like to commit myself to learning ASP.NET if it couldn`t interoperate with MySQL.
    All the best for your learning

    And you can always use these Forums for getting any information you want.

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

Featured