Question:

How to get a value from database in visual basic 2008?

by  |  earlier

0 LIKES UnLike

Im doing my thesis project and im using visual basic 2008 as my programming language. Now my problem is how can i get values from my database( im using MS access 2003) so that i can use it to compare to other controls? I have recordsource, datagridview, and dataset on my forms. please help me i need to finish my thesis on or before august 15.., Tnx

 Tags:

   Report

1 ANSWERS


  1. You must have a TableAdapter so you can connect to your database and a BindingSource to link to your DataGridView.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.