The "httpdocs" directory is the root of your website. But it is recommended to place access database files outside the root directory("private" folder outside the httpdocs is recommended) and access them using ../private/x.mdb in your code.
Please note that you have to give custom permissions to "private" folder in such cases