Hi all.

I'm new in .NET programming. I want to make an application using C# and Microsoft Access. I cannot found any good tutorial about C# and Access. I just want to know how to connect, insert, delete, edit, and update database. Any suggestion for a good site to learn that step by step?

I'm using C# 2010 and access 2010 now. Thanks in advice. :)
*Sorry for my bad english. :p


Best Regards,

Roxin

Recommended Answers

All 4 Replies

Learn ADO.NET first. You could start here.
This is the complete book I guess.
ADO.NET does not care to what DB it is connected, as long as the connection is set up right. You will learn that in this book, or from other sources.
Learn Access seperately.

commented: Good suggestion! +11

Wow, thank you so much guys. This is what I looking for. :D

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.