Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 4.0 aka C# 2010 > BOOK: Beginning Visual C# 2010
|
BOOK: Beginning Visual C# 2010
This is the forum to discuss the Wrox book Beginning Visual C# 2010 by Karli Watson, Christian Nagel, Jacob Hammer Pedersen, Jon D. Reid, Morgan Skinner, ; ISBN: 9780470502266
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning Visual C# 2010 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 18th, 2011, 02:08 AM
Registered User
 
Join Date: Jul 2011
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Good Books for working with Microsoft access and C#

Hi.i have great interest in databases and i studied c sharp for like 4 months.I was wondering if there's a good book that can help me work with microsoft access databases via c sharp.Not SQL server or MySQL just microsoft access which include accessing tables and modifying them ,adding records,deleting records and other cool tricks by which i can make efficient application forms in c sharp.i mean from simple to Pro:).thanx
 
Old July 22nd, 2011, 06:18 PM
Wrox Author
 
Join Date: Sep 2010
Posts: 175
Thanks: 3
Thanked 53 Times in 53 Posts
Default

What's the reason not to use SQL Server?
You can use Microsoft Access to SQL Server.
Read chapter 30 and 31 of Professional C# 4 and .NET 4 for working with ADO.NET. You just need a different provider for working with different databases. System.Data.SqlClient is the namespace of the provider for SQL Server that is included with .NET.
__________________
Christian
CN innovation
Visit my blog at: csharp.christiannagel.com
Follow me on twitter: @christiannagel





Similar Threads
Thread Thread Starter Forum Replies Last Post
Good Books for Beginners using WCF Services dotnetDeveloper Windows Communication Foundation 1 February 12th, 2009 12:01 AM
Good Beggining Books JJenson Classic ASP Basics 5 September 10th, 2007 01:39 PM
Please suggest few good books on Visual C++ tnvraman Visual C++ 1 November 23rd, 2006 07:11 AM
[Microsoft][ODBC Microsoft Access Driver] Syntax e chinedu Classic ASP Databases 3 November 18th, 2004 03:48 PM
Good Books for learning CR.NET Bhavin Crystal Reports 3 September 10th, 2004 03:36 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.