Any tools or techniques for validating constraints programmatically between databases?

Posted by Brandon on Stack Overflow See other posts from Stack Overflow or by Brandon
Published on 2009-12-04T23:47:18Z Indexed on 2010/06/10 12:02 UTC
Read the original article Hit count: 176

If you had two databases, that had two tables between them that would normally implement a one to one (or many to many) constraint but cannot since they are separate databases, how would you validate this relationship in an application or test?

Is there a simple way to do this? For example, a tool or technique that can, given a constraint type, tables and fields, does the validation.

I imagine that this isn't the first time this come up so I'm hoping people can share their solution.

Thanks.

© Stack Overflow or respective owner

Related posts about java

Related posts about database