How can you create your own database without using any DBMS but using text file as already aforementioned?

1 answer

Answer

1093812

2026-03-06 09:15

+ Follow

You do not need a DBMS to store data to the computer's harddrive. Rather than using a DBMS, look into using files, or file managment system in the computer language you are using. Most computer languages allow you to find, open, and edit text files directly, but that code is very language specific.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.