摘要:
例如把teacher中的tno字段整个赋值给tcodeinsert into tcode([tno],[code])select [tno],'123456' from teacher 阅读全文
posted @ 2010-03-16 17:16
苦咖啡~
阅读(2195)
评论(0)
推荐(0)
摘要:
首先添加命名空间using System.Data.OleDb; protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { strfile = Request.QueryString["filename"];//从其他页面传过来的文件路径 Excel(strfile); } }private void Exc... 阅读全文
posted @ 2010-03-16 10:27
苦咖啡~
阅读(723)
评论(0)
推荐(0)
浙公网安备 33010602011771号