Hi there;
I am a newbie in this forum and C#,I have programmed in VB6 but want to change my language to C# 2008,I need help to bind database in DAO.
also I don't know how to connect to data base.
please give me the syntax about Insert,Delete and other methods about binding and modify database in c#.
I use Access database as well.
Loading

paul danielPosted Feb 22, 2010, 7:49 AM
http://www.java2s.com/Code/CSharp/Database-ADO.net/IllustrateshowtoperformINSERTUPDATEandDELETEstatementsusingADONET.htm
Sam HobbsPosted Feb 21, 2010, 12:50 PM
You can start by creating a Forms application, then use the Server Explorer to connect to your Access database. Then use the Data Sources window to create a data source. Then just drag the data source to the form. You can create a form that shows the data and updates the data (including insert and delete) without writing any code. See Data Walkthroughs for some useful samples of what can be done. Some of the walkthroughs are relativley advanced, so do just the ones that are useful to you, in any order you want to. So the Walkthrough: Connecting to Data in an Access Database is most relevant for you.
kiran kumarPosted Feb 21, 2010, 8:20 AM
Hirendra SisodiyaPosted Feb 18, 2010, 3:45 AM
http://www.c-sharpcorner.com/UploadFile/mimrantaj/Database102102008130743PM/Database1.aspx
Amit ChoudharyPosted Feb 18, 2010, 2:27 AM
Here is the article that will guide you exactly what you want Insert/update/delete using ado.net with access database:
http://msdn.microsoft.com/en-us/library/ms971485.aspx
Don't forget to mark as answer if it helps.
kiran kumarPosted Feb 18, 2010, 1:15 AM
refer this www.csharp-station.com/Tutorials/AdoDotNet/Lesson01.aspx