Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

DSN Connection with Go Daddy Account

New Here ,
Jun 05, 2009 Jun 05, 2009

Copy link to clipboard

Copied

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!

TOPICS
Server side applications

Views

1.5K
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 05, 2009 Jun 05, 2009

Copy link to clipboard

Copied

What are the symptoms when you try to connect?

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 08, 2009 Jun 08, 2009

Copy link to clipboard

Copied

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...

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 06, 2009 Jun 06, 2009

Copy link to clipboard

Copied

Thread moved to the Dreamweaver Application Development forum.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 08, 2009 Jun 08, 2009

Copy link to clipboard

Copied

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

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 04, 2009 Jul 04, 2009

Copy link to clipboard

Copied

LATEST

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?

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines