-
agw1 made 1 file-release changes.
2009-10-29 21:30:02 UTC by agw1
-
agw1 committed revision 98 to the JDOInstruments - Java OODBMS SVN repository, changing 2 files.
2009-10-28 22:55:41 UTC by agw1
-
If you need to change the database schema (not deleting information) you have to use the "Schema tool", it is the best way to modify it.
In the other hand, JDOInstruments is an open source Project, so you could study the Class org.jdoinstruments.runtime.schemaevolution.SchemaTool
The method "execute(String str)" receives the commands so you could do it programmatically.
2009-05-08 20:28:55 UTC by agw1
-
And, another related with it:
- I have check that using the Schema tool, I can modify the database model not deleting it.
Is there any API to do it not graphically easilly?
Is that the only way to modify it?
I am planning to modifiy a database that is running right now, but I can't run the Schema tool in each computer.
2009-04-27 14:57:45 UTC by alberto666
-
How should I evolve the model in order not to loose the stored data adding some new classes or properties?
Is it possible to do it via JAVA Code?.
2009-04-27 11:24:30 UTC by alberto666
-
The source code for Index_Field class has been uploaded.
The source code for StaticConfig class it's not missing(you can find it in the repository jdoinstruments\test\org\jdoinstruments\test\StaticConfig.java).
Alf.
2009-02-28 23:03:11 UTC by agw1
-
The source code for Index_Field class has been uploaded.
The source code for StaticConfig class it's not missing(you can find it in the repository jdoinstruments\test\org\jdoinstruments\test\StaticConfig.java).
Alf.
2009-02-28 23:02:49 UTC by agw1
-
agw1 committed revision 97 to the JDOInstruments - Java OODBMS SVN repository, changing 3 files.
2009-02-28 22:58:08 UTC by agw1
-
Hi,
I've downloaded the source code and there are missing classes the: Index_Field and StaticConfig. I couldn't find them in the repository.
Tks,
Renato.
2009-02-05 19:50:22 UTC by re_garcia_br
-
Hi,
I've downloaded the source code and there are missing classes the: Index_Field and StaticConfig. I couldn't find them in the repository.
Tks,
Renato.
2009-02-05 03:53:48 UTC by re_garcia_br