I am using Visual Studio 2008 and I am a beginner.
I am connecting to a SQL Server 2008 database.
I would like to display data from a table.
How do I do this? Can someone please show me an easy tutorial?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
An easy way to get started is with LINQ To SQL.
Use this tutorial to set up LINQ To SQL for your database. You only need to follow the Create LINQ to SQL Classes section.
Then, you access the data like this: