摘要:
//将SQL server2000中保存的图像显示在Picture中 private void listBox1_SelectedIndexChanged(object sender, System.EventArgs e) { byte[] buffByte = null; string comm = @"select img from table1 where id = " + t... 阅读全文
posted @ 2008-03-18 14:59
無名
阅读(458)
评论(0)
推荐(1)
浙公网安备 33010602011771号