Lesson learned

Everything else that doesn't fall into one of the other PB categories.
Cyllceaux
Enthusiast
Enthusiast
Posts: 511
Joined: Mon Jun 23, 2014 1:18 pm

Re: Lesson learned

Post by Cyllceaux »

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.
I know... I use my Database in a lot of my projects... But thanks.
This post was only my lessons I learned while writing my DB. :)
Post Reply