Does anyone know of a problem with PB4.0 and/or Watcom 4.0 (local) in
performing a Left Outer Join of two views in the datawindow painter. I
have one column in view 1 that allows NULLS. It is left outer joined to
another view. When I do a retrieve, I only get back the non-NULL rows of
view 1. I have tried the same thing using the native tables, and it works
(but is not what I want to do). I have also tried creating a third view
which does the left outer join, and that works (but again, is not a
suitable option, as later on, the two tables may end up in separate
databases). Why does it not work with two views? Any help would be
appreciated. Thanks in advance.
Chad Edwards