Click here to Skip to main content
15,910,603 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hey guys,

i'm going to make a system that connects our computers so that i'm able to message them a lot easier and set dates for parties and all that, but i want it to connect to an online database. how do I do that?

thanks :)
Posted
Comments
Taulant Loshi 24-Jun-13 3:56am    
Do you want to connect to a LAN or Remote Database server ?

1 solution

That's probably a poor idea in practice: it means exposing the database to the internet, where anyone can see it.

I would probably write a web service instead (or even a website that requires log in) and have that access the database - at least that way you restrict access to known channels of information.

But...if you must, then all you need is the IP address or name of the server and appropriate login name and password information. If you are using a hosting service for this, they will be able to give you the exact details. Do note that some hosts do not allow remote access for security reasons, so you will have to check anyway.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900