摘要:
例如把teacher中的tno字段整个赋值给tcodeinsert into tcode([tno],[code])select [tno],'123456' from teacher 阅读全文
摘要:
首先添加命名空间using System.Data.OleDb; protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { strfile = Request.QueryString["filename"];//从其他页面传过来的文件路径 Excel(strfile); } }private void Exc... 阅读全文