Thank you for your reply.
I am shipping logical log records from node to node. However these
can be converted into sql and in that way be redone by a normal jdbc-
statement. However, will it work to open an external jdbc-connection
to the database from the inside of the same database? I would assume
there would be a better internal solution, however I have yet to
discover one :)
Thanks,
Egil
On Feb 15, 2007, at 4:09 PM, Bryan Pendleton wrote:
the primary derby database creates logical log records and ships
these to the Hot-Standby database. However, I am having some
trouble making the Hot-Standby derby to redo the statements when
they are committed on the primary node.
I'm not quite sure I understand. Are you transferring log records
from node to node? Or are you transferring SQL statements?
If you are transferring SQL statements, can't the recipient node
open a normal JDBC Statement and call Statement.executeUpdate()?
thanks,
bryan