Hello Everyone,
Both of these commands seem-to work equally, and which is the best (subjective) way to write data that comes from a SQLite database?
This makes it clearer to the programmer that this is an integer value and may make it easier to work with this data in the future. The code is longer though.
or
This converts everything in the column to a string, which is a smaller line of code, although it could be ambiguous to a programmer when going through many lines of code.
Both are correct and work well, and what would your suggestion be to someone that is starting to use the Xojo language, or has used Xojo for a while?
Thanks for your opinion