Using 12.6 classic with access and microsoft SQL database
If I add a memory field to a table, I am concern the memory will be enormous since that will be many records in the table. most of the time the field will not be used, but if it's used or not, does the memory just get used when the field is filled in or does it take up space even when it's blank?
Also, is his field memo inside microsoft SQL and SAP SQL anywhere
Depending on the answer, if it dos take up a lot of memory, I will just add it to a separate table.