Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I'm building desktop app on my computer, if I want to make this app to be used on many
computer with central database, and I don't want internet connection

How can I do it?
Posted
Comments
[no name] 11-Sep-12 15:43pm    
Okay so plug the database server into the same router/hub/switch that everyone else's computer is plugged into.
Kenneth Haugland 11-Sep-12 15:45pm    
You could also just allow specified user account to connect to the database, but It seems that he dosnt wnat that.
Sergey Alexandrovich Kryukov 11-Sep-12 15:46pm    
Wow! I'm out of words... :-)
--SA
Member 8584763 11-Sep-12 15:48pm    
even if I used a switch , the other computers and to access the central database.
Do I need server client app?
Member 8584763 11-Sep-12 15:51pm    
any idea,come on

1 solution

You connect your application to the database over the network that connects all of the computers and servers within the domain. The internet has nothing to do with it.

You will need to know the connection details to be able to use the database.
 
Share this answer
 
Comments
Kenneth Haugland 11-Sep-12 15:47pm    
Perhaps you could ask FedEx to litteraly run your database :-D
Member 8584763 11-Sep-12 15:48pm    
even if I used a switch , the other computers and to access the central database.
Do I need server client app?
Member 8584763 11-Sep-12 15:51pm    
any idea,come on
R. Giskard Reventlov 11-Sep-12 16:18pm    
This is really basic stuff. I suggest you buy some books on development and start there.
Member 8584763 11-Sep-12 16:29pm    
I've the basic ,but I'm confused whether to user client server database, or there
is another way? cause I'm not good client server and multithreading

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