摘要:
第一种 - 这种方法用在ACCESS中最多 strconn = "DRIVER=Microsoft Access Driver (*.mdb);DBQ=" & Server.MapPath("aspfree.mdb") set conn = server.createobject("adodb.connection") conn.open strconn 第二种-这种方法用在SQL SER... 阅读全文
posted @ 2007-08-03 10:48
伊凡
阅读(3781)
评论(0)
推荐(0)
浙公网安备 33010602011771号