Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3688

SQLite Data Base Currency: I do it

$
0
0

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 ?

  1. Click in Create
  2. Click in Import and choose the associated .txt file
  3. CLick in Read to load / display the data from the .sqlite file
  4. 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

Read full topic


Viewing all articles
Browse latest Browse all 3688

Trending Articles