S
Sandy
Hello!
I have code that creates five temporary tables and then
destroys them after use. I would like to put in error
code that will delete the table and proceed with the rest
of the stuff if the table exists.
Is there a shortcut way of doing this to avoid putting
code in for each individual table? In other words, I
don't want to have to put an if statement for each table.
Any suggestions will be greatly appreciated.
Sandy
I have code that creates five temporary tables and then
destroys them after use. I would like to put in error
code that will delete the table and proceed with the rest
of the stuff if the table exists.
Is there a shortcut way of doing this to avoid putting
code in for each individual table? In other words, I
don't want to have to put an if statement for each table.
Any suggestions will be greatly appreciated.
Sandy