Click here to Skip to main content
15,881,740 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I had just completed my college and I got a job in a small company to develop an application for them And I had developed an windows application with Access as backend and my boss is impressed and he now want it to be installed in every system and database to be stored in a central system Iam planning to use SOL SERVER as backend now

All systems are in LAN .is it OK Just by creating database on that central system and giving the connection string of it to the code

Please find time to clearly advise me since Iam new in these Things.
Posted
Comments
Dr.Walt Fair, PE 18-Sep-11 0:34am    
Congratulations on finishing college and getting a job!

1 solution

Yes..you should have the SQL server at a central location on LAN and put the connection string in a config file so that it can be changed as and when required.
Better if you can develop the application as separate client and server application because then the config file would be only at server side.

But it all depends how big your application is and how much time and effort you want to spend on it.
 
Share this answer
 
Comments
Simon Bang Terkildsen 18-Sep-11 0:16am    
+5
Pradeep Shukla 18-Sep-11 0:48am    
thanks simon :-)

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