Skip to main content
Known Participant
June 5, 2009
Question

DSN Connection with Go Daddy Account

  • June 5, 2009
  • 4 replies
  • 1542 views

Can anyone help me with creating a DSN in Dreamweaver for a Go Daddy Account? The DSN is already created on Go Daddy, which is named access_DataSource.dsn and is located in a folder called _dsn.

I also have an Access DB named DataSource.mdb located in a folder called access_db. These 2 locations are required by Go Daddy.

I have always created DSN before with other hosting companies, but Go Daddy is different I guess...

Here's my connection.asp page:

<%
' FileName="Connection_odbc_conn_dsn.htm"
' Type="ADO"
' DesigntimeType="ADO"
' HTTP="false"
' Catalog=""
' Schema=""
Dim MM_ESDCheckDatasource_STRING
MM_ESDCheckDatasource_STRING = "dsn=access_DataSource;"
%>

It used to work with a different hosting company, but now I'm not sure what to do different here...

Thank you!

This topic has been closed for replies.

4 replies

Participant
July 4, 2009

I'm having the very same problem, except using javascript and ASP.
My program works on my own server, but then when I try to use DW to create a connection using my GoDaddy DSN, it does not work. I've tried various permuatations of string.What is the secret to using a GoDaddy DSN to work in ASP, especially Javascript?

Participating Frequently
June 8, 2009

Can you try with a dsn-less connection to make sure that it is not a database problem?

David_Powers
Inspiring
June 6, 2009

Thread moved to the Dreamweaver Application Development forum.

Participating Frequently
June 6, 2009

What are the symptoms when you try to connect?

BracholeAuthor
Known Participant
June 8, 2009

I've always used Web.com for my hosting provider. They let me choose my DSN name and select a database, which makes it easy. But Go Daddy, as soon as you upload your Access DB to they server, they create the DSN for you.

When I go in Dreamweaver to create my Database > Data Source Name (DSN), I select the option to Use DSN on testing server. When I click on the "DSN" button, it doesn't find anything...

I read some other posts online and looks like Go Daddy uses an unusual way of creating DSN...