I know many people ask this but I am having trouble connecting to my remote access db on my hosting server.
I have a site made on my local maching with connections to a local DB, I now want to upload the site to my web host, but am having troubles changing the connection string and making it work.
My site is in: C:\Inetpub\wwwroot\sitename
and my db is in C:\Inetpub\database
my curent connection string is
"Driver={Microsoft Access Driver (*.mdb)};DBQ=C:\Inetpub\database\Record_Webtest.mdb"
all is working great on my local testing server. But how do i know how to connect to the remote location and what should the path look like?? I don tknow much about all this, I have been learning by trial and error, but at this last stage have become slightly stuck.
I have tried many connection strings off the web etc but none have worked, I am using Dreamweaver MX if that helps.
I know it should be a simple thing to do, but I'm having trouble.
thanks in advance, if i need to give any more info please let me know
mark