tags:

views:

419

answers:

1
A: 

You're saying that $doresult is 0, but in fact the problem is that $connect is 0, correct?

It could be the protections on the .db file.

Is the database already run by some ASA service engine (which would define server=winpest, dbname=windata) or do you expect the PHP script to start the engine if needed? In that case, I often had problems around the database engine (dbeng7) not being in the system path, which prevents the ODBC driver from starting the engine database on request.

pascal
Actually using the multi-user program, dbsrv7.exe instead of dbeng7.exe. Do you mean that the program 'dbserv7.exe' should be on the path, not just the directory it's in? Also, for a permission problem, I've updated the folder in which the database file is, or should I be doing something with User Accounts?
amrobinson
No, as usual, it's just the name of the directory of dbsrv7.exe which needs to be in PATH, not "dbsrv7.exe" itself.
pascal
I double-checked the pathway, tried setting ENG variable, looked at the permissions on the web file folder...still not working.
amrobinson