[Question] View value of a database on a label
I had created a data base on visual c# (i had installed sql server 2005) and now i a few questions:
-How can i change a label text to a database value ? For example:
labe1.tex = "Value on Database X, Table Y, Row 3, collun 1"
-How can i add a new value on a collun?
-How can i remove a value on a collun?
[322 byte] By [
kwnds] at [2007-12-31]
Man, this is a really very basic ADO.net kind of thing, you should read about SqlConnection, SqlCommand, SqlDataReader, SqlDataAdapter, ... etc in general you need to know what is ADO