10-07-2005 11:51 AM
10-10-2005 12:46 PM
Hello,
There is a known issue with the VI (read about it here),
but I do not believe that this is what is causing your problem. How is it
that you are deleting the table from the database? If possible, you could
post a screen-shot (press <ctrl>+<alt>+<Print Screen> and
paste in a picture editor to save the picture? It is possible that
something else might be to blame for the return of a table.
Regards,
10-10-2005 01:31 PM
Thanks Travis. I just read about the known issue and I think that is exactly my problem. I was using Drop Table to delete all the tables and then List Tables to test for the existance of each table. Because the list still contained all the table names, the test was succeeding when it should have failed. I have since come up with another work-around to test for the existance of each table.
Thanks for your help,
Cherie
10-11-2005 11:14 AM