S
Sean
Hi all,
I'm wondering, for a while now,
Access front end, tables are ODBC linked to SQL Server backend
scenario 1 select * from LARGE table (say 300,000) records) (should
return 300,000 records right???)
scenario 2 select * fron LARGE table where PrimaryKey = 777 (should
return 1 record right???)
Does anybody know how it all works or where I can read the answers..
I'd like to know how many records are being being dragged acrosss the
network in various situations.
ALSO,
If I have a form/subform arrangement and the subform is master/child linked
to the main form, then how many records are coming across the network???
thanks in advance..
Obviously being aware of this must help in appl development..
I'm wondering, for a while now,
Access front end, tables are ODBC linked to SQL Server backend
scenario 1 select * from LARGE table (say 300,000) records) (should
return 300,000 records right???)
scenario 2 select * fron LARGE table where PrimaryKey = 777 (should
return 1 record right???)
Does anybody know how it all works or where I can read the answers..
I'd like to know how many records are being being dragged acrosss the
network in various situations.
ALSO,
If I have a form/subform arrangement and the subform is master/child linked
to the main form, then how many records are coming across the network???
thanks in advance..
Obviously being aware of this must help in appl development..