Ss.commandtext = @ "SELECT *" Excel $ ""; OLEDBDATAREADER MyReader = ss.executeReader (Commandbehavior.default);
While (MyReader.Read ())
{
String aa = myreader [0] .toString (). Trim ();
}
If you read the data is empty when the symbol appears in the table, what is the problem, considering the structure, but I don't have it in Bit, I hope the master ?????