12-14-2022, 11:39 PM
@NasaCow
my two cents:
https://www.youtube.com/watch?v=AkCsREkq...2&index=16
database manage by hand or using DLL as for example SQL3?
Sequential text/binary file? Or UDT random file?
Using one file or more files? Using an hash table or pointers to forward/backward block of data (see nodes with one or two pointers).
Well how much time do you want to spend in project and debugging a database?
QB64 gives you all the opportunities to build up any kind of database!
Good luck but moreover good projecting respecting the amount of work that this you database must support, thinking about restoring a corrupt file too.
Waiting your developments...
my two cents:
https://www.youtube.com/watch?v=AkCsREkq...2&index=16
database manage by hand or using DLL as for example SQL3?
Sequential text/binary file? Or UDT random file?
Using one file or more files? Using an hash table or pointers to forward/backward block of data (see nodes with one or two pointers).
Well how much time do you want to spend in project and debugging a database?
QB64 gives you all the opportunities to build up any kind of database!
Good luck but moreover good projecting respecting the amount of work that this you database must support, thinking about restoring a corrupt file too.
Waiting your developments...