Hi folks,

I have a question.

According to the feature list OJB, "classes can be mapped to an arbitrary number of JDBC sources". I read this to mean that I could define a class descriptor so that it could be associated with a specific jdbc-connection. Therefore class-descriptors with foreign key relationships would resolve across different JDBC connections and end up with the following kind of SQL querystring:

SELECT remoteHost.table.field, localHost.table.field
FROM localHost.table.field
INNER JOIN remoteHost.table ON localHost.table
WHERE remoteHost.table.field='foo'

Am I asking for too much?

regards,

Simon Allaway


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to