Maybe someone can help me. I run two databases (both mysql) concurrently (one on a server, the other locally to ensure, that the program may run, even the server is down). I want the records of some tables to be identic on both databases (even their primary keys).
Every table has a Long (BIGINT) id-field as a primary key. I use ojb's sequencemanager (HighLowImpl). Has anybody an idea how I have to setup ojb that i can insert a record with a given id, i.e. to insert an object in db1 first and then in db2 with the same primary key? Sorry for that thumb question, but I appreciate any help! Thanks Christian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
