Hello,

I have two H2 databases that contain same tables structure but
potentially different data in each table. In other words, I can say I
have two different versions of the same database. I want to :
1. compare the tables content (and do somethings specific with found
differences)
2. update tables in database of version n with data contained in
database version n+1

I would use SELECT ... INTERSECT or MINUS statements but my question
is how to share/agregate the data of two databases in my program.
Should I use CREATE LINKED TABLE ?

I am using H2 1.3.160 on Windows. My databases are stored on the same
machine (I use embedded connections).
Thank's for your help (and sorry for my poor english...) !

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to