⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.html

📁 用于相同程序的论坛、网站数据、用户、以及各种类型的ACCESS数据库的合并。
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>ACCESS数据库合并</title>
<style type="text/css">
<!--
body,td,th {
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #D4D0C8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
input{
	border:1px #00CCFF dotted;
	width:100px;
	height:16px;
	background-color:#00FFFF;
	font-size:12px;
}

#home {
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	background-image: url(bg.jpg);
	background-position: center center;
	margin: 30px;
	padding: 0px;
	height: 450px;
	width: 600px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
#Fr {
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	margin: 30px;
	filter: Alpha(Opacity=50);
}
td {filter: Alpha(Opacity=50);}
-->
</style>
</head>

<body>
<div id="home">
  <form id="form1" name="form1" method="post" action="conn.asp">
    <div id="Fr">
      <table width="310" border="1" align="left" cellpadding="0" cellspacing="2" bordercolor="#00CCFF">
        <tr>
          <td height="24" colspan="2" align="center" bgcolor="#FFFFFF">ACCESS数据库合并(仅支持相同结构数据库的合并)</td>
        </tr>
        <tr>
          <td height="24" align="center" bgcolor="#FFFFFF">数据库一</td>
          <td align="center" bgcolor="#FFFFFF"><input name="data1" type="text" id="data1" value="data.mdb" /></td>
        </tr>
        <tr>
          <td height="24" align="center" bgcolor="#FFFFFF">数据库二</td>
          <td height="24" align="center" bgcolor="#FFFFFF"><input name="data2" type="text" id="data2" value="databack.mdb" /></td>
        </tr>
        <tr>
          <td height="24" align="center" bgcolor="#FFFFFF">要合并的表名 </td>
          <td height="24" align="center" bgcolor="#FFFFFF"><input name="table" type="text" id="table" value="cdkey" /></td>
        </tr>
        <tr>
          <td height="24" colspan="2" align="center" bgcolor="#FFFFFF"><input type="submit" name="Submit" value="提 交" /></td>
        </tr>
        <tr>
          <td height="24" colspan="2" align="left" bgcolor="#FFFFFF"><p>帮助:<br />
  &nbsp;&nbsp;&nbsp;&nbsp;1,此工具会将数据库一中需要合并的表的所有数据导入到数据库二。<br />
          &nbsp;&nbsp;&nbsp;&nbsp;2,默认数据库示例:将data.mdb的表cdkey中所有数据导入到databack.mdb的同名表中。<br />
          &nbsp;&nbsp;&nbsp;&nbsp;3,此工具可用于相同程序的论坛、网站数据、用户、以及各种类型的数据合并。<br />
          &nbsp;&nbsp;&nbsp;&nbsp;4,此程序仅限学习和交流使用。<a href="mdb.rar">点击下载</a><br />
          </p>
          </td>
        </tr>
      </table>
    </div>
  </form>
</div>
<p><br /><br />
<SCRIPT language=JavaScript> 
    var __cc_uid="yifan"; 
</SCRIPT>
<SCRIPT language=JavaScript src="http://www.52125.cn/tj/count.js"> 
</SCRIPT>
</p>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -