How to Retrieve Data

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). In this topic there are two kinds of ways in order to retrieve data. Those are Data Readers, Dataset and Data Adapters. Previous: Making database connection Next: How to Retrieve Data Using Data Reader

Comments

Submitted byAnonymous (not verified)on Sun, 10/11/2009 - 21:41

It is nice tutorial
Submitted byAnonymous (not verified)on Sat, 01/30/2010 - 11:03

hi sir....im new here...i just want to ask for tutorials on Visual basic 6.0...where can i download a full set of tutorials??? i have a little knowledge only on visual basic but i want to learn more...tnx...
Submitted byAnonymous (not verified)on Thu, 02/25/2010 - 15:54

I suggest a step by step tutorial for beginners (chapter by chapter). not just giving the code. If this happens high 5 to this site. Anyway this site is helpful but only for those who had background on programming. But nevertheless good job admins.
Submitted byAnonymous (not verified)on Thu, 08/19/2010 - 12:04

it is very good for bigineer to learn
Submitted bydaryrunon Fri, 08/27/2010 - 22:16

I suggest a step by step tutorial for beginners (chapter by chapter). not just giving the code. If this happens high 5 to this site. Anyway this site is helpful but only for those who had background on programming. But nevertheless good job admins.
Submitted byAnonymous (not verified)on Mon, 05/16/2011 - 03:32

Thanks for your contribution to the world of programming, your piece of knowledge is of a great worth. Thanks again.
Submitted bykambuion Wed, 09/17/2014 - 18:26

what are the controlls i must add to the form for me to be able to view sql database on my vb.net form

Add new comment