H
Harry H
Hi all, I am using ADP as a front end to SQL Server2000. I am using ADO to
create view1 with a view of 4 columns. Then I drop view1. Then I create
view1 again with only 2 columns. If I exist out of the form and look at
view1 at this time, it will have header for 4 columns (just like the original
view1 before Dropped) and 2 columns with data (just like the 2nd Create).
The view1 was never refreshed to reflect the latest created view. How can I
Refresh view1 using code to reflect the latest changes?
Thanks in advance for all your help.
create view1 with a view of 4 columns. Then I drop view1. Then I create
view1 again with only 2 columns. If I exist out of the form and look at
view1 at this time, it will have header for 4 columns (just like the original
view1 before Dropped) and 2 columns with data (just like the 2nd Create).
The view1 was never refreshed to reflect the latest created view. How can I
Refresh view1 using code to reflect the latest changes?
Thanks in advance for all your help.