Hi, Maybe you want to use a database comparison tool, see also http://h2database.com/html/links.html#tools
> 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 ? Yes, you could do that. Regards, Thomas -- 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.
