We discussed recently about how to store / restore data from a SQLite data base, especially Currency.
Below is a project that just do that.
NB: The leftmost button is a debug for the dates stored in Tag of Column(1), as SQLDate.
Second note: the use of Locale
for the Date AND for the Currency
, of course !
What do the project do ?
- Click in Create
- Click in Import and choose the associated .txt file
- CLick in Read to load / display the data from the .sqlite file
- Click in Tag Debug to display the Tag associated with the Italian date (as you can read above, it’s a 8601 ISO date).
As I wrote in the code, you can store a different value, both have to be Custom Sorted: to my great surprise, the code there works fine
Here’s the project ans the .txt Italian associated data:
Currency in SQLite.zip (11.0 KB)
Created with macOS Sequoia / Xojo 2024r3.1
4 posts - 2 participants