Dear Ms Access Expert.
1. If there is no data in a text field ( assume text length of 50 characters) does this take up physical space on the harddrive?
2. Scenario Details:
Suppose I have a query: Select fieldA from tableX where A > 100.
Suppose FieldA is indexed and a long datatype.
Suppose tableX is on a server and the data must be transmitted over the network to the workstation?
Suppose TableX has 3 other text fields (B,C,D) with char length of 50.
Questions:
Will JET send data from fields B, C, D over the wire eventhough they are not in the query definition.
If the answer to the above is YES, what if B, C, D hold no data for the particular record(s)?
Thanks
1. If there is no data in a text field ( assume text length of 50 characters) does this take up physical space on the harddrive?
2. Scenario Details:
Suppose I have a query: Select fieldA from tableX where A > 100.
Suppose FieldA is indexed and a long datatype.
Suppose tableX is on a server and the data must be transmitted over the network to the workstation?
Suppose TableX has 3 other text fields (B,C,D) with char length of 50.
Questions:
Will JET send data from fields B, C, D over the wire eventhough they are not in the query definition.
If the answer to the above is YES, what if B, C, D hold no data for the particular record(s)?
Thanks