is it necessary to install SQL in client to access database?
Jan 06, 2010 by raghu v | Posted in Computer Networking
i am configuring a program database with microsoft sql 2005. to access that database is it necessary to install sql in server also
If the database will only be accessed from a particular PC, then no. However, if it is to be accessed over a network or by a web app, there has to be some sort of service active to provide connectivity.
TheMadProfessor | Jan 06, 2010
Access remote server mysql database server using windows forms ...
by nccsbim071
So it is obvious that if i want to access that mysql server from my local network, i have to allow mysqlserver at remote location to allow me to connect from my company's local network, by adding the public ip of my network in the lists of ip that...
Source: Access remote server mysql database server using windows forms ...