Click here to Skip to main content
15,895,283 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys,

I just wondered if anyone can point me in the right direction. I am using visual studio express 2012 for desktop and want to create a program that can create read and write an sql database.

I don't know exactly where i should start as the information out there is so overwhelming. would anyone be able to point me to a good resource or tutorial/example?

thanks
Posted
Comments
Idle_Force 4-Jan-13 21:11pm    
You need to figure out which database you want to use. SQL Server would be a good fit and integrates well in VS. Then how to want to connect and store the data DataSet or Entity Framework? Once you decide then you can narrow down the search and tutorials.
Alexander Kaul 5-Jan-13 13:09pm    
I am trying to basically build a database program, in many ways it will be similar to excel. It will need to handle lots of data (in the form of chemical analyses). With SQL server and entity framework, will it be possible to create a standalone database program? would the users need to install any additional things such as sqlserver or is that handled by the program instelf? sorry if it is a stupid question.

1 solution

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