What type of SQL joins are supported by ELS-QB ActiveX component?
In ELS-QB ActiveX component the joins may be interpreted as a segment in the FROM-clause of the SQL statement or sometimes in the WHERE-clause. In particular, it supports INNER JOIN, LEFT OUTER JOIN, RIGHT OUTER JOIN, FULL OUTER JOIN, as well as the Oracle (+) outer join notation in the WHERE-clause. This pretty much covers all existing database engine implementations.