D
David
Of interest are Date Type and String (Text) Type.
1)
Since the DB stores Dates as a double is it best to use
the default or go with a string in the format YYYYMMDDHHMMSS,
or some other way
When saving / seeking (finding) or whatever are there any advantages /
disadvantages to either storage method? Is there a better format?
2)
For strings (text) is -- All -- lower case, upper case, Title Case
offer any advantages or disadvantages again in regard to saving, seeking
(finding) etc.?
Thanks
David
1)
Since the DB stores Dates as a double is it best to use
the default or go with a string in the format YYYYMMDDHHMMSS,
or some other way
When saving / seeking (finding) or whatever are there any advantages /
disadvantages to either storage method? Is there a better format?
2)
For strings (text) is -- All -- lower case, upper case, Title Case
offer any advantages or disadvantages again in regard to saving, seeking
(finding) etc.?
Thanks
David