Re: Lesson learned
Posted: Mon Sep 19, 2022 1:52 pm
I know... I use my Database in a lot of my projects... But thanks.mk-soft wrote: Mon Sep 19, 2022 1:51 pm The problem is the string. With dynamic string size, you always have to calculate forward from the first data set. To do this, a length of the string must be stored in front of the string. Or you can use static strings with a fixed length.
This post was only my lessons I learned while writing my DB.
