Using Microsoft SQL in Visual C#
-
Tuesday, May 01, 2012 3:04 AM
I am just starting a crash course on using Visual C# to establish a connection to Microsoft SQL Server 2008 and allow for reading/writing.
Where can I find the basics of how to open the data connection to the database, pull data from it, write data to it and close the connection once done.
Thank you so much in advance!
Patrick
All Replies
-
Tuesday, May 01, 2012 4:45 AM
Can you check-out below walkthrough
http://msdn.microsoft.com/en-us/library/ms171890.aspx
Regards,
Ahmed Ibrahim
SQL Server Setup Team
This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click "Mark as Answer" and "Vote as Helpful" on posts that help you.
This can be beneficial to other community members reading the thread.- Proposed As Answer by Ahmed Ibrahim - MSFTMicrosoft Employee Tuesday, May 01, 2012 5:46 AM
- Marked As Answer by Alexander SunModerator Monday, May 07, 2012 3:10 AM
-
Tuesday, May 01, 2012 5:43 AM
Hi,
And also, go through for samples
http://windowsclient.net/downloads/folders/applications/default.aspx
and
http://msdn.microsoft.com/en-us/library/1dbsh6t3.aspx
If this post answers your question, please click "Mark As Answer". If this post is helpful please click "Mark as Helpful".
- Proposed As Answer by Ahmed Ibrahim - MSFTMicrosoft Employee Tuesday, May 01, 2012 5:46 AM
- Marked As Answer by Alexander SunModerator Monday, May 07, 2012 3:10 AM

