Postby ConvertFromOldNGs » Fri Aug 07, 2009 10:46 am
by Craig Shearer >> Thu, 11 Jan 2001 18:52:54 GMT
Hi
Your question is a little unclear as to what you're trying to acheieve, but there are various ways of transferring database from one system to another.
Firstly, if you just want the data, this is stored in user-defined .dat files and you could move these to another machine, providing the definition of the schema was exactly the same on the other system.
Secondly, JADE provides a dump and load utility that can take data from one system and load it into another system. The intermediate format is text-based (but that doesn't mean you can change it!). While the definitions of the systems are meant to be exactly the same, we've had some success with this in other cases.
So, perhaps you can give us an idea of what you're trying to achieve, and then some of us might be able to help further.
Regards,
Craig.