Hi,
We have a piece of software which writes to an Access (via ODBC) database. We want to enable the data to be viewed from web, and so far we are able to do that. Unfortunately, the problem lies when the windows program writes to the database, adodb via php cannot access the database anymore. The error received is "Invoke() failed". This ONLY happens after the windows program writes to the database. If we wait 5 minutes or so, the php code is then able to pull data from the database again.
PHP is installed in IIS/PWS for Windows2000 Professional using the ISAPI.
So I guess my question is, what's going wrong (I can't access the code to the windows program because the people that work on that are really a pain in the a...)?
Any help would be appreciated.