A
Aaron E via AccessMonster.com
I’m using mySQL as a back end for this Access project I’ve been working on.
Trying to complete it this week too.
Anyway, I just learned that multi-table Views in mySQL 5.0.11 that use Outer
Joins are not updatable. What a bunch of #@%^$#!
This really bums me out, as all my forms are based on views, many of them
multi-table views that use outer joins.
So I’m guessing I have two choices: Keep the views on the client side as
Access queries, or change my forms’ Record Source properties to do the joins
themselves.
So what I’m wondering if one approach is faster than the other. Also, is
there a property that might point my Access queries directly to the backend
tables, rather than to the ODBC links to the backend tables (skipping the
middle-man in effect)?
Thanks
Aaron
Trying to complete it this week too.
Anyway, I just learned that multi-table Views in mySQL 5.0.11 that use Outer
Joins are not updatable. What a bunch of #@%^$#!
This really bums me out, as all my forms are based on views, many of them
multi-table views that use outer joins.
So I’m guessing I have two choices: Keep the views on the client side as
Access queries, or change my forms’ Record Source properties to do the joins
themselves.
So what I’m wondering if one approach is faster than the other. Also, is
there a property that might point my Access queries directly to the backend
tables, rather than to the ODBC links to the backend tables (skipping the
middle-man in effect)?
Thanks
Aaron