MySQL dsn less connection in Dreamweaver MX04

Discussion in 'Databases' started by wisemx, Dec 7, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have only used SQL Server and Access with Dream Weaver MX but have you tried wrapping that in quotes?
     
  2. Hi,

    I've also posted this in the Dreamweaver forum, but not getting much joy. Hopefully someone in here can help me out!


    I'm having trouble setting up a dsn less connection in Dreamweaver. This SHOULD work as a custom string (I think).....

    DRIVER={MySQL};SERVER=mysql01.discountasp.net;DATABASE=MYSQLDB_*****;USER=****;PASSWORD=****;

    But all I get is "Unidentified error ocurred". Any advice gratefully accepted.

    Cheers
     
  3. Hi wisemx,


    Sorry, should've put that in the post, but tried that without success.
     
  4. k, I did a little Googl'ing for ya and found this page:
    http://www.tom-muck.com/dwteam/articles/ado/index.asp

    Notice the conn string for MySQL DNS'less differs from yours so take a stab at it. [​IMG]




    MySQL DSNless connection
    driver={mysql}; database=yourdatabase;server=yourserver;uid=username;pwd=password;option=16386;
     
  5. Thanks mate, I'll give it a go.
     
  6. Still no luck, I've tried everything Google has to offer.


    All I'm getting is unidentified error occurred.


    PLEASE!! Any and all suggestions gratefully accepted! Really need to get this running!
     
  7. what is your error message? can you post a link to a url experiencing the problem?


    Joel Thoms
    DiscountASP.NET
    http://www.DiscountASP.NET
     
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