are you talking about wanting to port Vis FoxPro data to a database that is accessed by Java, or creating a database in java (not recommended). Databases can be "file-based" - ie a non-relational database, or a RDBMS - a relational database such as oracle ...
Normally databases and programming-languages adress two different issues: one is for storing data, and the other is for making funny things with (parts of) that data (incl. generating new, deleting old, manipulating data).
There is a project 'hsqldb' which is a rdbms written in java and either keeping all the data in memory, or writing it to an xml-file (for shutdown).
But of course there are databases in no Windows system (are you talking of windowing-system or system:ms win?).
Both is true.
Database came very late to Windows.
and late to windowing systems.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.