ASP and MySQL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mark Watkins

    ASP and MySQL

    Anyone know how to connect to a MySQL database in ASP? Could someone point
    me to sample code. I don't need extras to makes this work, correct?


  • Brian Henry

    #2
    Re: ASP and MySQL

    you will need OLEDB or ODBC for mysql drivers installed on the server with
    IIS on it to get it to work.


    "Mark Watkins" <markatumich@ya hoo.com> wrote in message
    news:%23xanO1Zm DHA.2140@TK2MSF TNGP09.phx.gbl. ..[color=blue]
    > Anyone know how to connect to a MySQL database in ASP? Could someone[/color]
    point[color=blue]
    > me to sample code. I don't need extras to makes this work, correct?
    >
    >[/color]


    Comment

    • Mythran

      #3
      Re: ASP and MySQL

      Yes, there is an ODBC driver for MySQL which allows you to connect. You will
      need to also install the ODBC.Net libraries from Microsoft.

      The MySQL ODBC Driver:



      The Microsoft ODBC.Net Libraries:


      Watch for the wrappings of the links above :(

      :) Mythran


      "Mark Watkins" <markatumich@ya hoo.com> wrote in message
      news:%23xanO1Zm DHA.2140@TK2MSF TNGP09.phx.gbl. ..[color=blue]
      > Anyone know how to connect to a MySQL database in ASP? Could someone point
      > me to sample code. I don't need extras to makes this work, correct?
      >
      >[/color]


      Comment

      Working...