<%@ Language="Javascript" %>
<%
Catalog = new ActiveXObject("AdoX.Catalog");
Catalog.Create("Provider=Microsoft.Jet.Oledb.4.0;Data Source="+Server.MapPath("test.mdb"));
Catalog.ActiveConnection.Execute("create table asfman(id counter, name varchar(100), message text(100), char2 char(100), _time time, n number,beizhu memo)");
Response.Write("create table successfully");
%>
posted on 2007-07-25 17:05
汪杰 阅读(454)
评论(1) 编辑 收藏 引用 所属分类:
sql access