Thursday, August 19, 2010

Network ! Database ! Help me , Please !?

I need every information about Network and Database and relationship between them . How can we use a database in a Network ? ! or How can we access a Database from another place that is very far from us , by Network ? or any question like these .


Site , pdf , Doc , etc or every thing that you think it can be useful . Thanks a lot .

Network ! Database ! Help me , Please !?
probably need more info but basically if your on a LAN you could use MS Access or other file database and keep it on a shared drive where all users can access it.





If your across the internet or WAN you would most likely want a client server database such as MSSQL which you can access over tcp/ip





Or you could still use MSAccess with an html interface and ODBC connections, depends on exactly what you are trying to do
Reply:Your best bet if you require remote access is to set up a machine as a web server, using Apache, php and mysql. You can then access the data by browser from anywhere with a network or internet connection. Access and other general office databases do not scale well for remote access.


No comments:

Post a Comment