标签:exe 显示 com comm read sql lda and if语句
SqlDataReader sqlDataReader = sqlCommand.ExecuteReader();
if (sqlDataReader.Read())
{
。。。。。。。。。。
}
需在声明sqlDataReader后下加上if语句,方可显示。
标签:exe 显示 com comm read sql lda and if语句
原文地址:http://www.cnblogs.com/HFJL/p/7989230.html