hi there.
i'm thinking of developing an app using Java to manage a library
(books, clients, orders..etc).
I am not sure of how to store the data, maybe using files or a DBMS.
The ammount of data is probably not much to justify the use of a DBMS.
I wanted to know your opinion, and how can i implement it?
I've searched some JDBC drivers, but most of it are not free :( I found
one free for MySQL.
The disadvantages of using a DBMS is that i need to run a server, and
this app only runs on one pc.. no need for network or anything.
what do you think?
thanks a lot
i'm thinking of developing an app using Java to manage a library
(books, clients, orders..etc).
I am not sure of how to store the data, maybe using files or a DBMS.
The ammount of data is probably not much to justify the use of a DBMS.
I wanted to know your opinion, and how can i implement it?
I've searched some JDBC drivers, but most of it are not free :( I found
one free for MySQL.
The disadvantages of using a DBMS is that i need to run a server, and
this app only runs on one pc.. no need for network or anything.
what do you think?
thanks a lot
Comment