Subject | DDL Scripts |
---|---|
Author | Juan Pedro López Sáez |
Post date | 2003-07-14T11:11:09Z |
Hello all,
A few weeks ago there was a thread about executing SQL scripts with DDL
statements.
It was told that executing SQL scripts from java is a rare task, and
java people use persistence frameworks that handle DDL automagically.
Could anybody tell me what this exactly is?
I need an application to manage my production database, in order to
insert some client's data every time I get a new client. There is no
problem on it. Besides, I need to create some per client specific tables
in the same process. So I need to execute DDL scripts within my manager
java application.
Is this really a very strange situation?
Anyway, how should I best do it?
Thank you in advance.
Juan Pedro Lopez.
--
Juan Pedro López Sáez
ALTIRIA TIC, S.L.L.
www.altiria.com
A few weeks ago there was a thread about executing SQL scripts with DDL
statements.
It was told that executing SQL scripts from java is a rare task, and
java people use persistence frameworks that handle DDL automagically.
Could anybody tell me what this exactly is?
I need an application to manage my production database, in order to
insert some client's data every time I get a new client. There is no
problem on it. Besides, I need to create some per client specific tables
in the same process. So I need to execute DDL scripts within my manager
java application.
Is this really a very strange situation?
Anyway, how should I best do it?
Thank you in advance.
Juan Pedro Lopez.
--
Juan Pedro López Sáez
ALTIRIA TIC, S.L.L.
www.altiria.com