Subject Executing sequence of DDL via JDBC
Author Kenneth Foo
Hi
 
Just wondering if there is a way to execute several SQL instructions
(such as creating tables, creating indices, creating stored procedures)
programmatically.
 
Tried using Connection.execute() but failed :(
 
Thanks!
 
Regards
Kenneth