Hello, I currently have Visual Studio 2005 and SQL Server 2005. I have installed an empty database into SQL Server, but I don't have any idea how to use VS to connect with the database.
What kind of project should I use (I'm going to use the database in a windows application) and exactly how will I be able to insert it to the project and use it?
EDIT: I have a database in Microsoft SQL Server Managament Studio, and I want to use it in a winForm, using c#. I have to connect these two somehow ?