English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

does anyone know any good reference or book for c# programming on doing database thing with ms sql server.

2006-12-04 04:37:16 · 4 answers · asked by bannyrock 1 in Computers & Internet Programming & Design

4 answers

You'll have to learn by doing, but you can go to w3schools to learn the basics. Trying doing a search in yahoo and google for "MS Sql Server Tutorials" quotes included.

2006-12-04 04:41:53 · answer #1 · answered by comn8u 4 · 0 0

Mastering C# Database Programming

2006-12-04 04:41:52 · answer #2 · answered by ivan g 2 · 0 0

Wrox's ADO.Net is a fantastic book on .NET data programming. It doesn't focus much on SQL-Server specific topics, but there's good reason for that.

http://www.wrox.com/WileyCDA/WroxTitle/productCd-0764584375.html

.NET largely levels the laying field for database access. In .NET programming, you would work with a SQL database much like you would with an OleDb one - the only difference being that you would use a SqlCommand, SqlDataAdapter, SqlConnection instead of OleDbCommand, OleDbDataAdapter, and OleDbConnection.

2006-12-04 04:50:12 · answer #3 · answered by evolver 6 · 0 0

for any book related stuff... visit www.flazx.com

see u need not have to buy books... u get a copy in that site...

2006-12-04 05:03:41 · answer #4 · answered by Chandramouli R 2 · 0 0

fedest.com, questions and answers