J
J P Hill
I'm using an Access DB to do a series of calculations. Most of the
data are stored as doubles to maximise accuracy. However, the Year
and Month (which are only used for referencing) are stored as Long
Integers. Am I likely to achieve any increase in performance by
changing month (i.e. 1 - 12) to Byte and year to Integer?
data are stored as doubles to maximise accuracy. However, the Year
and Month (which are only used for referencing) are stored as Long
Integers. Am I likely to achieve any increase in performance by
changing month (i.e. 1 - 12) to Byte and year to Integer?