I attached database in my vb i want to know how i retrive the data from database to form....tell the coding
Printable View
I attached database in my vb i want to know how i retrive the data from database to form....tell the coding
Instead of telling the coding, I will tell the reading.
This is a very basic question which has been covered many, many times. :)
i already saw this i can't get any idea.............if u know coding plz..tell..i'm at the verge of my project plz tell faster.i want to finish it by 2marrow
If you don't understand whats in that link, you probably are not going to understand anything that anyone posts for you.
It does not get any easier than those examples.
You said you want to retrieve data from database to form...what does that mean? You can't just plop data from a database onto a form. You need to take data from a database "table" and place that data in a control (like a listbox or combo box or textbox or listview or flexgrid or something) on the form.
Do you even know how to connect to the database from your form?