Description: DataAdd.cs :- Add Records in to the Database
This example consists of 3 samples I have made to show how to perform basic ADO.NET connectivity with a Ms Access 2000 Database and how to Add, View , Edit , Delete records from it. It also demonstrates how to DataBind TextBoxes to a DataSet.
To Search:
File list (Check if you may need any files):
bookstockv2\book.mdb
...........\DataAdd.exe
...........\DataEdit.exe
...........\DataView.exe
...........\ReadMe.txt
...........\source
...........\......\compile.bat
...........\......\DataAdd.cs
...........\......\DataEdit.cs
...........\......\DataView.cs
...........\......\book.mdb
bookstockv2