Interesting Perl,IIS, and MS Access combo question
I've got a customer who is interested in setting up a web-form that can modify an MS Access database (don't ask me why they want to use Access). Being mostly a Unix coder myself, I did some research on the feasibility of something like that and I ran across some documentation on setting up an ODBC hook for an Access database that can be accessed by Perl. Since this is all sitting on a Windows box, I've set up IIS (don't ask me why they wanted IIS, either) and Perl to play nice together, and I've set up this ODBC hook for the Access database I'll be connecting to, but now I'm worried about file integrity.
The Access database is sitting on the system with the IIS server, but this database is also used by a few people for various reports. What will happen when the website attempts to write to this database file when it's open in the Access GUI? Has anyone ever used Access in this client-server type arrangement? Is this scenario even feasible, or should I improve my powers of persuasion and nudge them toward a more stable database system capable of multiple connections (like MySQL)?