hi dears
plz look at the code below:
string qstr = "select ADDRESS from shapfilename";
flayer.Open();
DataTable dataTable = flayer.QueryTools.ExecuteQuery(qstring);
flayer.Close();
at here we are looking for data in shp file that fill with unicode data(not english) but dataTable will be fill with some
junk values is it a bug and can't query unicode data?