Hi there
i'm thinking of starting a database project but i want the DB to be located in a PC works as a server and distribute this DB over an internal network, so many users (clients) can access the DB from their own PC.

Any good tutorial or example?

Recommended Answers

All 2 Replies

Generally it is bad idea to access DB directly or better to expose DB to outside world. Therefore it is better that you create service that can consume request and then return data that you need. This could be a simple servlet that listens for specific http requests and then reply or web service. You should really give it more thoughts...

but i supposed to do the project like this, two programs with specific GUI one works as a server and the other as a client, and many clients may access the DB from their program

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.