"user" is keyword at SQL. 
change to  the sqlstring="Select top 1 * From [user]";If you only want to get the 1st recorder, use if instead of "while"if (myReader.Read()) 
{
label1.Text=myReader.GetString(0);
}