From: Alexis O'C. <ale...@ou...> - 2006-05-25 09:49:42
|
Andrew Booth wrote: > Would anyone be interested in another option for the setup servlet - 'copy > data from existing Bodington'? It could be useful for those upgrading or > changing database product. It occurred to me that it would be useful when > I'm setting up SQL Server 2005, to be able to just replicate my existing > PostgreSQL database and the uploaded files. > > Aggie > I think this kind of option would be very useful. I don't know if there any other standard ways of exporting databases betwixt vendors (Hibnernate, etc?), but this Apache project looks promising: DdlUtils (http://db.apache.org/ddlutils/). No released files yet, but it builds from CVS without problems and does describe itself as version 1.0-dev. Alexis |