DSN Connection with Go Daddy Account
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!
