Creating table dynamically
739599Dec 8 2009 — edited Dec 8 2009Hi All ,
I have a scenario in my application where i need to create multiple tables and query the dynamically created table.so i will dynamically create / drop table , columns . I m doing this in java.
My doubt will it cause any performance issue or any other technical problem if i frequrently do this create and drop actions ??
Any suggestions will be appreciated.
----------------------
Thanks in advance