Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
1.25/5 (4 votes)
See more:
Guys i really need your help please...How to save, edit and delete data in Database using c#?
Posted
Comments
Rob Branaghan 27-Apr-11 4:43am    
What type of Database?
Is it MySql? Oracle? MSSQL? Access?
jebz87 27-Apr-11 23:40pm    
mySql and MsQl
Richard MacCutchan 27-Apr-11 4:49am    
There are lots of articles around, including here on CodeProject, that will help you; just try a little bit of searching.

Hi jebz87,

This link[^] can help you using SQL database.

Try googling on database queries , it will help you.
Good luck,
:)
 
Share this answer
 
Its not an easy task if you have no background in ADO.Net. I suggest you read some tutorials regarding this topic. Here's one to get you started. Contains 7 lessons but can be finished in a day or less.

Introduction to ADO.NET[^]
 
Share this answer
 
 
Share this answer
 
Read about ADO.NET here and it will help you.

Look at these:
MSDN: ADO.NET[^]
MSDN: Accessing Data with ADO.NET[^]

The C# Station ADO.NET Tutorial[^]
Using ADO.NET for beginners[^]
 
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