Doing an INSERT command in my ASP page, (Server Side, XP, IIS 5.1 FP 2002.)
The command works from my system, but not from other systems on the Intranet. They can access other pages with SELECT scripts, but I get the error:
Must use an updateable query.
Bogus, it is updateable, and security checks out. The anonymous web users (IUSR and IWAM) both have write/modify rights to the folder, file, (Access.MDB) and the VTI_PVT folders... what else could I be missing.
(This is one of the worst errors Microsoft has blessed us with. So non-descript.)
The command works from my system, but not from other systems on the Intranet. They can access other pages with SELECT scripts, but I get the error:
Must use an updateable query.
Bogus, it is updateable, and security checks out. The anonymous web users (IUSR and IWAM) both have write/modify rights to the folder, file, (Access.MDB) and the VTI_PVT folders... what else could I be missing.
(This is one of the worst errors Microsoft has blessed us with. So non-descript.)