Ok. I will check that out. I'm also thinking about doing my own import/export SW. Point is I don't want to do it manually but configure it as a quartz job which updates everything every now and then.
How high do you estimate the work which has to be put in this kind of software? Basic CRUD Programming I have done for some time now. Any idea what shortcuts there are? Cheers, Pete -----Ursprüngliche Nachricht----- Von: Duncan Groenewald [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 31. August 2006 08:18 An: Derby Discussion Betreff: Re: Howto import data from different databases I have written my own import/exporter to do just this because I found the commercial import/export applications invariable failed on me somewhere. Try Aqua Data Studio, although I can't recall how well it supports derby. Duncan Peter Neu wrote: > > Hello, > > is it possible to import large amounts of data from different dbs > into derby? I would like insert some tables from a big oracle db into > derby to make > > it available to small applications which I can then distribute. If > that is possible can I also do synchronization, meaning updating > > the distributed derby dbs? > > Cheers, > > Peter >
