Click here to Skip to main content
15,896,118 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am designing software that will substantially use a database for pulling info & storing records. Is it a good idea creating the database through VS2013. As I have never used this method before. Also can the database be fuly managed from VS or will I still need to use SQL Management Studio
Posted

1 solution

It depends on the structure / scheme of your database. For a simple one you can surely use a local database file created through Visual Studio:

Walkthrough: Creating a Local Database File in Visual Studio[^]
 
Share this answer
 
v2
Comments
Member 11056075 3-Sep-14 10:17am    
What are the restrictions of the local database file? As the database is going to be big with several tables

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