im trying to get this working:
Installing PHP under IIS and creating a Discussion Forum with Access Database
Jayesh Jain
i keep getting the follwoing error msg when i do localhost/forum.php:
Discussion Forum using PHP/Access under IIS
Post New Message
Warning: SQL error: [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find the input table or query 'forum'. Make sure it exists and that its name is spelled correctly., SQL state S0002 in SQLExecDirect in D:\Inetpub\wwwroot\forum.php on line 19
Warning: odbc_fetch_row(): supplied argument is not a valid ODBC result resource in D:\Inetpub\wwwroot\forum.php on line 21
im assuming there is something wrong with the forum php file, but i copy and pasted it so i cant understand why.
my forum and node php file and forum.mdb file are all in d://inetpub/wwwroot, is that ok?