Hi. Im making a vb.net database program. I have the database connection and all that, but I don't know how to access data in the database. For instance how could I say
txtBox1.Text = Store.Employees.Bob.Age
database^^ ^^table
thanks
Hi. Im making a vb.net database program. I have the database connection and all that, but I don't know how to access data in the database. For instance how could I say
txtBox1.Text = Store.Employees.Bob.Age
database^^ ^^table
thanks
Since youre starting out, I would reccomend hitting some of the vb websites. Theres really no way to easily explain this, as im sure the explanation will give rise to more questions.
Your best bet is to look into 'binding' data to a dataset, dataview or datatable.