mysql and ASP

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

    mysql and ASP

    Hi all, i've just set up an mysql server on my computer and now i want to
    connect to a mysql database with an ASP page but i can't find the correct
    connection string. I always get an error that the datasource can not be
    found.

    ConnString =
    "Driver={MySQL} ;SERVER=mysqlho st;DATABASE=myD B;UID=userID;PA SSWORD=pasword"

    What's wrong with it?


  • Erland Sommarskog

    #2
    Re: mysql and ASP

    [posted and mailed]

    Passero (yanongena@pand ora.be) writes:
    [color=blue]
    > Hi all, i've just set up an mysql server on my computer and now i want to
    > connect to a mysql database with an ASP page but i can't find the correct
    > connection string. I always get an error that the datasource can not be
    > found.
    >
    > ConnString =
    >
    >"Driver={MySQL };SERVER=mysqlh ost;DATABASE=my DB;UID=userID;P ASSWORD=pasword "
    >
    > What's wrong with it?[/color]

    No idea, but you are probably more successful in getting an answer if
    you ask in a forum devoted to MySQL. You posted your question in groups
    related to MS SQL Server.


    --
    Erland Sommarskog, SQL Server MVP, sommar@algonet. se

    Books Online for SQL Server SP3 at
    SQL Server 2025 redefines what's possible for enterprise data. With developer-first features and integration with analytics and AI models, SQL Server 2025 accelerates AI innovation using the data you already have.

    Comment

    Working...