B
Brad Wood
I've read some info about Access that I'm not sure is
correct. If someone can answer any of the following
questions with certainty or refer me to some documentation
I would appreciate it:
- Is Access truly a "set based" RDBMS? I read that it is
not; that it is really just a table based DBMS.
- Does Access truly support SQL? I read that it doesn't
(this one seems really suspect since you can see Access
creating SQL statements as you design queries).
- When the database resides on a server, does Access
really send all records from table(s) to a client even
when a SQL statement filters fields and values? Maybe
this is dependent on the cursor type, but I thought even
with a client side cursor, you're only retrieving the data
you ask for (so if you ask for Field1 where UniqueID=1 you
only get one record with one field and no other data would
pass over the network).
correct. If someone can answer any of the following
questions with certainty or refer me to some documentation
I would appreciate it:
- Is Access truly a "set based" RDBMS? I read that it is
not; that it is really just a table based DBMS.
- Does Access truly support SQL? I read that it doesn't
(this one seems really suspect since you can see Access
creating SQL statements as you design queries).
- When the database resides on a server, does Access
really send all records from table(s) to a client even
when a SQL statement filters fields and values? Maybe
this is dependent on the cursor type, but I thought even
with a client side cursor, you're only retrieving the data
you ask for (so if you ask for Field1 where UniqueID=1 you
only get one record with one field and no other data would
pass over the network).