waqasaltaf
Posts: 37
|
| Posted: 02/03/2008, 1:20 PM |
|
i am getting this database error, all i did was add a table say "xyz" in the msaccess database provided in the tutorials of CCS 3.2
every other grid is working fine and showing the data from the other tables except the one i create....????? any idea whhats going on
this error on the top of the page
Warning: odbc_exec() [function.odbc-exec]: SQL error: [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find the input table or query 'menu'. Make sure it exists and that its name is spelled correctly., SQL state S0002 in SQLExecDirect in C:\outside\test1\db_odbc.php on line 93
Warning: odbc_exec() [function.odbc-exec]: SQL error: [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find the input table or query 'menu'. Make sure it exists and that its name is spelled correctly., SQL state S0002 in SQLExecDirect in C:\outside\test1\db_odbc.php on line 93
and this error where the grid is
Database error: [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find the input table or query 'menu'. Make sure it exists and that its name is spelled correctly.
Database error: [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find the input table or query 'menu'. Make sure it exists and that its name is spelled correctly.
|
 |
 |
mrachow
Posts: 509
|
| Posted: 02/03/2008, 11:25 PM |
|
A guess only:
It looks to me as if a menu is included to that page. Possibly the menu expects it structure to be presented by records in table menu?
_________________
Best regards,
Michael |
 |
 |
waqasaltaf
Posts: 37
|
| Posted: 02/06/2008, 7:32 AM |
|
thanks man, i googled it and found out that my database was corrupted...
|
 |
 |
|