Link to home
Start Free TrialLog in
Avatar of bjamesj
bjamesj

asked on

Dreamweaver ASP connection string for godaddy.com

I'm using Dreamweaver to connect to a site on godaddy.com but I'm having problems setting it up to connect to the SQL server database I have there with ASP.
Anyone using godaddy and old ASP can tell me how to set up through dreamweaver a connection to the DB.
Thanks
Avatar of LZ1
LZ1
Flag of United States of America image

My connection string looks like this:

Provider=Microsoft.Jet.OLEDB.4.0;Data source=d:\hosting\username\yourfile.mdb

Open in new window

Avatar of bjamesj
bjamesj

ASKER

I'm looking for a ASP/VB SQl server db connection string for godaddy.com.
Heres what I have so far but the server seems to eb wrong or at least thats the error I keep gettting

Driver={SQL Server};Server=whsql01.mesa1.secureserver.net;Database=mydatabase;Uid=db_username;Pwd=db_password;
ASKER CERTIFIED SOLUTION
Avatar of LZ1
LZ1
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial