Joined: Wed Jul 14, 2004 8:09 pm Posts: 6 Location: Sofia, Bulgaria
|
Well, my question was am I able to keep my DB Schema in synch
by not calling external tools ( .bat files , ant tasks ).
I just at every startup of my application to make it so that the
application read the mapping XML ( all my mappings are
defined in a sigle XML file ). And if there has been a change
in the mapping since the latest startup let's say call some
method which updates the DB schema.
This way my application keeps the DB schema in synch
transparently and I don't need to worry about when my
mapping has been changed. I always have the guarentee that
if I restart the application everything is in synch
( XML mapping -> DB schema ).
That's what I want.
Could you ( or someone else ) be more precise and give me
some more details. Thank you very much in advance.
_________________ Peter Petrov
|
|