DSN (or DSN-less) connection help - goDaddy host
Trying to pass data from a form to an Access DB, using ASP. goDaddy is the hosting company. A DSN connection can be created thru the hosting Control Panel, but the connection string is placed in a hidden folder (called "_dsn") - I don't know if there is a method within DW to "find" that hidden folder. Alternatively, I have tried to create a DSN-less connection, but I continue to get errors.
I know the physical path by using the MapPath method. The string I came up with looks like this:
Driver={Microsoft Access Driver (*.mdb)};
DBQ=D:\Hosting\6275499\html\access_db\MDC_Comment_Database.mdb
The root directory is D:\Hosting\6275499\html
The page is at D:\Hosting\6275499\html\db_test.asp
Any assistance or insights would be greatly appreciated. I don't have much hair left to pull out.
