Loading

data reader

Language: 

This tutorial is part of Database Programming Made Easy Series.

[inline:Treeview Control.jpg=Windows Forms - TreeView Control]

In this tutorial you will learn how to populate a TreeView Control with data from Microsoft Access database easily.

I am using a Data Reader from out previous example to retrieve the data.

Previous: Windows Forms - CheckBox Control

Language: 

This tutorial is part of Database Programming Made Easy Series.

[inline:textbox control using data readers and executenonquery.jpg=How to Retrieve and Save Data using TextBox Control]

In this tutorial you'll learn how to retrieve and save data back to the database using Data Readers and ExecuteNonQuery.

Microsoft Access database and Microsoft SQL Server sample is provided.

This tutorial is part of Database Programming Made Easy Series.

Retrieving data in Visual Basic .NET is now become easy compare to VB 6.0. In VB .NET you will have the privileged of modifying a data in offline mode.

The purpose for this is to eliminate for resources from the server. If you are thinking about concurrency, then you don’t have to worry because it is the work of Data Adapter to resolve problem with multiple users accessing the same row(s).

Language: 

This tutorial is part of Database Programming Made Easy Series.

[inline:Data Readers.jpg=Retrieve Data Using Data Readers]

Data reader is like an ado forward-only/read-only client side record set. Data reader is best suited if you only need to retrieve data, that is, you don't want to save the data back to the database. To retrieve and save the data you need a dataset which will be discuss in the next topic.

In this tutorial I will discuss to you on how you can access the database easily. I came across this idea because this is also my problem when I started working with database programming.

I hope that in one way or another I can help you in your journey to the world of programming. Programming is fun and easy if you just simply devout your time with it. I cannot stress enough how easy programming is if you only read an online tutorial like this.

Pages