Hello,
I am working with VPF9 SP2 pulling data from an MS SQL 2005 server. I create views and sometimes I have to delete them to recreate them with different criteria.
If the view I am trying to delete does not exist I get an error and the program stops, is there a way to trap this and deal with it? What I would like to do is to have the program continue to create the view when the old one has been deleted.
I will greatly appreciate your response.
Mike.
I am working with VPF9 SP2 pulling data from an MS SQL 2005 server. I create views and sometimes I have to delete them to recreate them with different criteria.
If the view I am trying to delete does not exist I get an error and the program stops, is there a way to trap this and deal with it? What I would like to do is to have the program continue to create the view when the old one has been deleted.
I will greatly appreciate your response.
Mike.