摘要:
function openwindow( ) { window.status="系统当前状态:您正在注册用户......"; if (window.screen.width == 1024 && window.screen.height == 768) window.showModalDialog("register.html", "注册窗口", "toolbars=0, locatio... 阅读全文
随笔档案-2010年09月
OleDbConnection 数据库连接
2010-09-09 20:33 by 观海看云, 246 阅读, 收藏, 编辑
摘要:
string ConStr = "Provider=Microsoft.Jet.OLEDB.4.0;Jet OLEDB:DataBase Password="+TextBox1.Text+";User Id=admin;Data source=" + Server.MapPath("Ex07_02.mdb"); OleDbConnection oc = new OleDbConne... 阅读全文