ASP.net and MySQL

Discussion in 'Databases' started by expresstax, Dec 6, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I am new to asp.net and have a question. I am trying to connect to my MySQL database with a aspx page using dreameaver MX. I noticed in anther forum that you can upload the MySQL driver to my BIN directory, and I hate to ask but how do I do this? Thanks.

    Dreamweaver MX
    ASPX Page
    MySQL

    Skip
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    You just install the data provider you want to use on your computer. Once you've done that, find the dll of the provider (differ depends on which provider you are using) and just upload it using FTP or dreamweaver to the site's bin directory.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Thanks Bruce, I will try that in just a moment! I appreciate your help!
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page