>I am not getting the DROP/CREATE table part here... Are these the tables that >are used in your program? Because if they are, then dropping them >will >invalidate all packages accessing them. And re-creating the tables will *not* >rebind your packages. After all, even if they have the same name, >your tables >will be different, new objects. And any program that uses the invalidated >packages will fail...
>Cheers, >Jantje. Jan, Yes this is part of my test automation so to make sure the result sets are clean I am dropping and recreating the tables every time through. Are you saying I need to sequence this? So the Drop/Create is done and THEN then BIND? Janet ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
