I've a got a script that gets a lot of its data from a Paradox database using PHP's unified ODBC functions. It works great until more than one user tries to run it at once. This is the result:
Warning: SQL error: [Microsoft][ODBC Paradox Driver] The Microsoft Jet database engine cannot open the file '(unknown)'. It is already opened exclusively by another user, or you need permission to
view its data., SQL state S1000 in SQLExecDirect
How can I allow multiple users to view this page simultaneously? I've looked for settings in the odbc drivers and IIS to no avail.
The server's running:
PHP 4
Windows 2000, service pack 1
IIS 5
Thanks in advance.