Hey all, I have an entity with a blob in it, but it has has to-many joins. When I go to do a join across these, I will no longer get a distinct set of data (because at least in Sybase, you can't 'distinct' a blob column).
Any ideas on how to implement this so that the blob is lazy and/or in a different entity (without it actually being in a different table)? -Lon