> ... and now for something completely different: > > do i even have define foreign key constraints in my > database??? I'm having the > impression that OJB is handling all the joins. Is it enough > to have some loose > tables in my DB ???
Well, it's up to you. OJB can and will do it anyway. If you want to use the database from somewhere else (ie. Not going through OJB - maybe direct JDBC or whatever) then it is probably a good idea so your data doesn't get screwed up (which will then confuse OJB). :) Rob :) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
