How to use/configure the MS-Access Database?
Upload all your database files in the “db” folder. For OLEDB Connection string Set con=Server.CreateObject(“Adodb.Connection”) con.Open “Provider=Microsoft.JET.OLEDB.4.0; Data Source=c:\domains\yourdomain.ext\db\YOUR_database.mdb” Try creating and using ODBC DSN connections . It is simpler. If you want OLEDB, the database location is c:\Domains\yourdomain.com\db\your-database-name.mdb You create ODBC DSN from the domain page (LOG IN TO YOUR HELM CONTROL Panel > Click On Domains Icon > click on yourdomain.com) You have to create the database first (using Database manager). Then creating the DSN for it (using ODBC DSN) using the name of the database you just created. That is all.