Click here to Skip to main content
15,880,972 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how to save the data of project in database permanently ?
my database in MS-Access 2007.
Posted
Comments
tumbledDown2earth 12-Apr-13 6:52am    
Its a pretty large area to answer in a few lines ... Can you post a sample code that you have tried. Based on in one of the experts can help you maybe

If you are just starting with this, then there is a simple ADO tutorial here: Simple ADO.NET Database Read, Insert, Update and Delete using C#.[^] which should get you started.

Be aware though that using databases is a big subject - whole books are written about it, and pretty thick ones too! Do not expect this to be trivial - it is easy once you have learnt it, but it is also very, very easy to make dangerous (or annoying) mistakes, especially when you are just starting. I would strongly suggest you read a book on the subject, or follow a course, as there is a heck of a lot to learn! :laugh:
 
Share this answer
 
There is an article here on CP that covers this: Simple Movie Database in C# using Microsoft Access[^]. Read it and download the source code to try it out.

— Manfred
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900