E
Educo Gent
I use microsoft access 2002 and sqlserver 2000.
I have created a view and in that view I select all fields of a table
(SELECT dbo.table_name.* FROM dbo.table_name). If, afterwards, I add a
field to the table, the added field is not shown in the view. If I save the
view again, then the field is shown in the view.
Is it possible to create views in this manner that changes in the table
structure are automatically shown in the view? If not, how can I 'update' a
view without saving it again?
If I create a procedure, there seems to be no problem.
Thanks for help.
I have created a view and in that view I select all fields of a table
(SELECT dbo.table_name.* FROM dbo.table_name). If, afterwards, I add a
field to the table, the added field is not shown in the view. If I save the
view again, then the field is shown in the view.
Is it possible to create views in this manner that changes in the table
structure are automatically shown in the view? If not, how can I 'update' a
view without saving it again?
If I create a procedure, there seems to be no problem.
Thanks for help.