Re: Using Wonder to transfer data from one DB to another

2008-02-18 Thread Guido Neitzer
On 18.02.2008, at 08:21, Archibal Singleton wrote: That's exactly it (remembered that it had this rather descriptive method name :-) Keep in mind, that this might or might not work for your specific databases. The code was originally written to transfer data from FrontBase to PostgreSQL a

Re: Using Wonder to transfer data from one DB to another

2008-02-18 Thread Archibal Singleton
On 18 Feb 2008, at 09:49, Timo Hoepfner wrote: ERXJDBCUtilities ._copyDatabaseDefinedByEOModelAndConnectionDictionaryToDatabaseWithConnectionDictionary (...) That's exactly it (remembered that it had this rather descriptive method name :-) Thanks a lot Timo! = tmk = _

Re: Using Wonder to transfer data from one DB to another

2008-02-18 Thread Timo Hoepfner
ERXJDBCUtilities._copyDatabaseDefinedByEOModelAndConnectionDictionaryToD atabaseWithConnectionDictionary(...) Sample usage: public class MigrationTool { public static void main(String[] args) { // 1. Create target database // 2. Create tables in target da

Using Wonder to transfer data from one DB to another

2008-02-18 Thread Archibal Singleton
Hello, I seem to recall that a few weeks ago (*), Mike posted a small code snippet showing how to use some Wonder utility methods (ie not javaeoutil IIRC) to transfer data from one DB to another using 2 different DB connection dictionaries. I've searched the various WO lists but can't see