![]() |
How can you create your own database without using any DBMS but using text file as already aforementioned? |
[Edit] |
[Edit]
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.
First answer by ID1078037946. Last edit by ID1078037946. Question popularity: 3 [recommend question]





