This article explains to us , how to connect with MS Access 2007 database from C# Windows application.
Here is the working example of looping through all rows of the DataTable. You can download the code and simply run it by placing to your IIS root folder.
Let me explain you looping through all rows of the DataTable step wise.
In this Article we are going to learn about Data Types in C#
Nullable types are instances of the System.Nullable struct. A nullable type can represent the normal range of values for its underlying value type, plus an additional null value.
To infer about how the reference types are passed to a method and what is the outcome.
More ...