-1
MySqlConnection con= new MySqlConnection("server=localhost;database=databasename;user=username;password=password");
string query="select *from table";
using (MySqlDataAdapter adpt= new MySqlDataAdapter(query,con))
{
DataSet dset= new DataSet();
adpt.Fill(dset);
mytableDataGridView.DataSource=dset.Tables[0];
}
con.close
下面的代碼只能檢索VARCHAR和INT的數據,不檢索BLOB樣的數據.... plzz得到溶液,使得斑點可以通過此方法被讀出或任何其他可下載文件模式的方法以表格形式BLOB數據檢索