在線數據庫管理工具db007 下載://www.Vevb.com/codes/6195.html
複製代碼代碼如下:
<!--
'********************************
'*用途:
'^以視圖界面方式在線處理access、sql數據庫
'*作者:官世傑
'*創建日期:2006-5-28
'*2006-06-04增加數據修改功能
'*2006-06-10增加了在空表中插入數據功能
'*2006-09-8增加修改字段名和表名功能,修正部分錯誤
'*執行sql,如果是select就返回結果,否則返回執行結果
'*本程序可以免費使用,轉載請保留此信息
'********************************
-->
<html>
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=gb2312">
<title>在線數據庫管理工具db0071.5</title>
<styletype="text/css">
<!--
body,td,th{font-family:"宋體";font-size:12px;}
form{margin:0px;padding:0px;}
body{margin:5px;SCROLLBAR-ARROW-COLOR:#666666;SCROLLBAR-FACE-COLOR:#DDDDDD;SCROLLBAR-DARKSHADOW-COLOR:#999999;SCROLLBAR-HIGHLIGHT-COLOR:#FFFFFF;SCROLLBAR-3DLIGHT-COLOR:#CCCCCC;SCROLLBAR-SHADOW-COLOR:#FFFFFF;SCROLLBAR-TRACK-COLOR:#EEEEEE;}
input{border-width:1px;border-style:solid;border-color:#CCCCCC#999999#999999#CCCCCC;height:16px;}
td{background:#FFF;}
textarea{border-width:1px;border-style:solid;border-color:#CCCCCC#999999#999999#CCCCCC;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:underline;}
a:active{text-decoration:none;}
.fixSpan{width:150px;white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis;}
-->
</style>
</head>
<body>
<%
ifrequest("key")="db"then
session("dbtype")=request("dbtype")
session("dbstr")=request("dbstr")
response.redirect"?"
endif
ifrequest("key")="createdatabase"then
callcreatedatabase()
endif
ifsession("dbtype")=""orsession("dbstr")=""then
%>
<formaction="?key=db"method="post"name="dbt">
<br>
連接類型:
<inputname="dbtype"type="radio"value="access"onClick="dbstr.value='Provider=Microsoft.Jet.OLEDB.4.0;PersistSecurityInfo=False;Password=;DataSource=<%=server.mappath("/")&"/"%>'"checked>