Dear all
I’m trying to read data from the cdb database with python, but I don’t fully understand how it works.
This is my code, as I want to save data of each line from the database.
In my database, I see that we have 15 lines of data. How can I code that he iterates over the data until last item is reached. Or how can I get the total amount of lines, so I don’t need to check in the database to define the number of lines?
Kind regards