× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



What got us was some SQL statements in a old Delphi program that used
ODBC to connect the joins were like this

...

From file1 a, file2 b,
Left outer join file3 c on a.field1 = c.fieldx

What we changed to was:

From file1 a
Cross join file2 b
Inner join file3 c on a.field1 = c.fieldx

Not sure I understand why they made the change (but this SQL has been
working since late 90's and original programmer is long gone).

Hope this helps.
-- Jim Lowary

-----Original Message-----
message: 7
date: Mon, 28 Feb 2011 18:03:55 -0600
from: Vern Hamberg <vhamberg@xxxxxxxxxxx>
subject: Re: upgrade 5.4 to 6.1

Paul must mean the Memo to Users - and there must be information there
that will give you fair warning - just looked there. The message is
something about an invalid JOIN predicate.

First, Thanks all for your responses.

When you say gotten in SQL, we have several SQLRPGLE programs. What
should i
be looking for?

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.