Hi Folks,
Need a bit of help with a problem I'm having:
ODBC Error Code = S0002 (Base table not found)
[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name
'UsersVsPages'.
SQL = "delete from Pages Where Page_Key = 147"
The above error message is returned when running a piece of code. The
table "UsersVsPag es" that can't be found did exist but I dropped it
when it became unnecessary. I also set up a diagram with cascading
deletes etc. This is where I'm guessing the problem originates but
having looked through the relationships of "Pages" I have been unable
to find any reference to "UsersVsPag es".
Can anyone point me in the right direction?
Thanks
Dave A.
Need a bit of help with a problem I'm having:
ODBC Error Code = S0002 (Base table not found)
[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name
'UsersVsPages'.
SQL = "delete from Pages Where Page_Key = 147"
The above error message is returned when running a piece of code. The
table "UsersVsPag es" that can't be found did exist but I dropped it
when it became unnecessary. I also set up a diagram with cascading
deletes etc. This is where I'm guessing the problem originates but
having looked through the relationships of "Pages" I have been unable
to find any reference to "UsersVsPag es".
Can anyone point me in the right direction?
Thanks
Dave A.
Comment