Hello, my first post:
Sorry if this is a noob question.
I have a problem. I have added a database to my project in Visual Studio 2005. I created my tables, and threw in some data to do some tests. Some of my screens have DataGridViews to show the data that is needed.
1. How do I go about connecting to thise database in my project?
2. How do I execute queries to fill the GridViews?
3. When I go to create the .exe file, will this database be built into the file?
Thanks for the help.
Sorry if this is a noob question.
I have a problem. I have added a database to my project in Visual Studio 2005. I created my tables, and threw in some data to do some tests. Some of my screens have DataGridViews to show the data that is needed.
1. How do I go about connecting to thise database in my project?
2. How do I execute queries to fill the GridViews?
3. When I go to create the .exe file, will this database be built into the file?
Thanks for the help.
Comment