Hello again lol :)
Imagine : You have some datas to save to a file.
Let's take an example : You want to records some products properties (price, name, shop..etc..)
You can do a TYPE to store all the information for the product. But into a file :
How to store all products with their differents properties, in one file, and after, how to make B+ differentiate them ? (because all products will be stored with their properties, in one unique file).
Thx in advance :)
Imagine : You have some datas to save to a file.
Let's take an example : You want to records some products properties (price, name, shop..etc..)
You can do a TYPE to store all the information for the product. But into a file :
How to store all products with their differents properties, in one file, and after, how to make B+ differentiate them ? (because all products will be stored with their properties, in one unique file).
Thx in advance :)