Not âjoints,â âjoins.â
Joins are not a programming language feature, but a DBâs query language feature.
I believe that only Access uses âJOIN.â In Oracle you use a plus sign inside parens in the WHERE clause to establish that which Access uses JOIN for in the FROM clause.
When you issue SQL against Access from any technology (including VB6) Access will recognize the JOIN statements.
|