Rich_matn1.Clear();
SQLiteCoection con = new SQLiteCoection("Data Source=yaMAHDY.sqlite;version=3;");
SQLiteDataAdapter da = new SQLiteDataAdapter("Select id, book, matn1 from ahadith WHERE book ='" + ListBox1.SelectedItem + "' LIMIT 1,100", con);
DataSet dt = new DataSet();
da.Fill(dt);
for (int n = 0; n < dt.Tables[0].Rows.Count; n++)
{
Rich_matn1.AppendText(Convert.ToString(dt.Tables[0].Rows[n]["matn1"]) + " (" + Convert.ToString(dt.Tables[0].Rows[n]["id"]) + ")" + Environment.NewLine);
}
con.Close();
برچسب:
نویسنده: محمد رضا جوادیان