Hi all,
This is a very simple task I guess but since I'm brand new at asp.net I need your help.
I want to set myLabel.text = "update_date" field in mySql table (single row)
My connection string is like this but I have no idea what to do next. Thanks in advance.
Dim myCnn As SqlConnection
Dim MyCmd As SqlCommand
myCnn = New SqlConnection(ConfigurationManager.ConnectionStrings("sqlreports").ConnectionString)
myCnn.Open()
This is a very simple task I guess but since I'm brand new at asp.net I need your help.
I want to set myLabel.text = "update_date" field in mySql table (single row)
My connection string is like this but I have no idea what to do next. Thanks in advance.
Dim myCnn As SqlConnection
Dim MyCmd As SqlCommand
myCnn = New SqlConnection(ConfigurationManager.ConnectionStrings("sqlreports").ConnectionString)
myCnn.Open()