S
Siegfried Heintze
Why should I use the JOIN ON syntax instead of the WHERE syntax?
In my antique book Jet Database Engine Programmer's guide Page it says (page
119)
"This is the prefered format for specifying joins with Microsoft Jet, for
two reasons.
First, this format makes the join criteria explicit rather than inferring it
from the condition in the where clause. Second, Microsfot Jet requires the
use of this format in order for the results of this join to be updatable."
Updatable? What are they talking about? How do you update a SELECT
statement? Can someone please give me an example that cannot be done with
the old "WHERE" syntax but can be done in the new "INNER JOIN" syntax?
Thanks,
Siegfried
In my antique book Jet Database Engine Programmer's guide Page it says (page
119)
"This is the prefered format for specifying joins with Microsoft Jet, for
two reasons.
First, this format makes the join criteria explicit rather than inferring it
from the condition in the where clause. Second, Microsfot Jet requires the
use of this format in order for the results of this join to be updatable."
Updatable? What are they talking about? How do you update a SELECT
statement? Can someone please give me an example that cannot be done with
the old "WHERE" syntax but can be done in the new "INNER JOIN" syntax?
Thanks,
Siegfried