开发者

Share database in java [closed]

开发者 https://www.devze.com 2023-04-02 19:34 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 10 years ago.

what would be best method to share a database in Java (I have 2 computers connected via lan), both a开发者_如何学Pythonre windows xp


If the database is shared by two computers, it really has to be a client/server database. MySQL is one but there are many many others. Many of them don't even use SQL.

I would start with something like MySQL because its free and simple to use with a decent tools set.

A list of RDBMS SQL databases http://en.wikipedia.org/wiki/List_of_relational_database_management_systems

A list of databases which support not only SQL http://nosql-database.org/

0

精彩评论

暂无评论...
验证码 换一张
取 消