CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: asp with MYSQL

  1. #1
    Join Date
    Aug 2007
    Posts
    23

    asp with MYSQL

    Can anyone give me the step by step explanation for connecting asp.net with MYSQL ?
    www.coderewind.com
    Best Place to hunt for Code

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

    Re: asp with MYSQL

    First and foremost you need to download the .NET Connector for MySQL, which you can get from here.

    This is a small sample that will help you in understanding how to connect to a MYSQL Database.

  3. #3
    Join Date
    Aug 2007
    Posts
    23

    Re: asp with MYSQL

    Thanks a lot
    www.coderewind.com
    Best Place to hunt for Code

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