kiran kumar
posted
287 posts
since
Oct 24, 2009
from
Hyd/ctr
|
|
Re: Need help to bind database
|
|
|
|
|
|
|
|
|
|
|
refer this www.csharp-station.com/Tutorials/AdoDotNet/Lesson01.aspx
|
|
|
|
|
|
Amit
posted
706 posts
since
May 25, 2009
from
Delhi
|
|
Re: Need help to bind database
|
|
|
|
|
|
|
|
|
|
|
|
|
|
===================================== Amit Choudhary MVP Good decisions come from Experience, But Experience Come From Bad Decisions
|
|
|
|
|
|
Hirendra Sisodiya
posted
335 posts
since
Sep 01, 2009
from
|
|
Re: Need help to bind database
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hirendra
BCA, MCA, M.Phil., MVP(Mindcraker)
|
|
|
|
|
|
kiran kumar
posted
287 posts
since
Oct 24, 2009
from
Hyd/ctr
|
|
Re: Need help to bind database
|
|
|
|
|
|
|
|
|
|
|
try this link http://www.codersource.net/csharp_adonet_tutorial_ed.html
|
|
|
|
|
|
Sam Hobbs
posted
1715 posts
since
Sep 07, 2009
from
|
|
Re: Need help to bind database
|
|
|
|
|
|
|
|
|
|
Note that DAO is old technology. I don't know for sure whether it is supported by .Net but I really doubt it. In .Net you can use ADO.
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.
|
|
|
|
|
|
paul daniel
posted
109 posts
since
Dec 22, 2009
from
|
|
Re: Need help to bind database
|
|
|
|
|
|
|
|
|
|
|
Refer this link
http://www.java2s.com/Code/CSharp/Database-ADO.net/IllustrateshowtoperformINSERTUPDATEandDELETEstatementsusingADONET.htm
|
|
|
|
|
|