INSTALLATION ============ The installation process entails.. 1) "unzipping" the included .zip file 2) extracting or copying the files to a Web accessible folder (alias or virtual directory) 3) connecting to the Access (.mdb) For Access: - unzip the .zip file to a Web shared (alias or virtual created via IIS) folder - make sure the '/data' folder is write accesible to the IUSR_MACHINE account - make sure the database connection paths (cn.Open, user_cn,Open) in 'i_utils' are valid paths to the database Note: The error ,"Operation must use an updateable query" -- The most common problem is because the Internet Guest account (IUSR_MACHINE) does not have 'Write' permissions on the database file (.mdb). To fix this problem, use the Security tab in Windows Explorer to adjust the properties for this file so that the Anonymous Internet user account has the correct permissions. When using Microsoft Access databases with ADO, it is also necessary to give the Internet Guest account Write permissions on the directory containing the .mdb file. This is because Jet creates an .ldb file to handle database locking. You may also need to give read/write permission on the Windows "/Temp" folder because MS Jet may create temporary files in this directory. :: For complete installation and set-up instructions, open the included "readme.asp" in your Web browser. http://www.aspapp.com