T
Terrell Miller
Got an Access XP databse that has ODBC links to SQL Server
tables and views.
I've noticed a weird thing with the views: if I make
changes to them in SQL, or if I change the underlying
table in SQL, then if I try to use the linked view in
Access I get ODBC Falied errors.
The only workaroiund I've found is to go into Enterprise
Manager, drop the view, and create it again, or use an
ALTER VIEW clause.
If I do that, when I go back to Access and try the view,
it works fine.
Anybody know what's going on to cause this hiccup? I don't
want to have to keep touching the views every time we
change a table (the views just Select * from one table
with a WHERE clause).
TIA,
Terrell
tables and views.
I've noticed a weird thing with the views: if I make
changes to them in SQL, or if I change the underlying
table in SQL, then if I try to use the linked view in
Access I get ODBC Falied errors.
The only workaroiund I've found is to go into Enterprise
Manager, drop the view, and create it again, or use an
ALTER VIEW clause.
If I do that, when I go back to Access and try the view,
it works fine.
Anybody know what's going on to cause this hiccup? I don't
want to have to keep touching the views every time we
change a table (the views just Select * from one table
with a WHERE clause).
TIA,
Terrell